updated for version 7.1b
diff --git a/src/gui_motif.c b/src/gui_motif.c
index e29dd2a..87a8e42 100644
--- a/src/gui_motif.c
+++ b/src/gui_motif.c
@@ -1043,7 +1043,7 @@
 {
     XmString	label;
 
-    /* Add accelrator text, if there is one */
+    /* Add accelerator text, if there is one */
     if (menu->actext != NULL && menu->id != (Widget)0)
     {
 	label = XmStringCreate((char *)menu->actext, STRING_TAG);
@@ -2531,7 +2531,7 @@
     label = XmCreateLabelGadget(parent, name, args, arg);
 
     /*
-     * We need to be carefull here, since in case of gadgets, there is
+     * We need to be careful here, since in case of gadgets, there is
      * no way to get the background color directly from the widget itself.
      * In such cases we get it from The Core part of his parent instead.
      */