changeset 14018:0a94cd2c51c4

Comment fixes.
author Karl Heuer <kwzh@gnu.org>
date Fri, 05 Jan 1996 00:45:43 +0000
parents 6fb89c4b21c3
children 18c79b8e0396
files configure.in lisp/mail/metamail.el lwlib/lwlib-Xm.c lwlib/lwlib-Xol.c lwlib/lwlib-int.h lwlib/lwlib.h lwlib/xlwmenu.c make-dist
diffstat 8 files changed, 15 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Fri Jan 05 00:05:12 1996 +0000
+++ b/configure.in	Fri Jan 05 00:45:43 1996 +0000
@@ -235,7 +235,7 @@
   ## Convex
   *-convex-bsd* | *-convex-convexos* )
     machine=convex opsys=bsd4-3
-    ## Prevents suprious white space in makefiles - d.m.cooke@larc.nasa.gov
+    ## Prevents spurious white space in makefiles - d.m.cooke@larc.nasa.gov
     NON_GNU_CPP="cc -E -P"
   ;;
 
@@ -998,7 +998,7 @@
 if test x"${x_includes}" = x; then
   bitmapdir=/usr/include/X11/bitmaps
 else
-  # accumulate include directories that have X11 bitmap sudirectories
+  # accumulate include directories that have X11 bitmap subdirectories
   bmd_acc="dummyval"
   for bmd in `echo ${x_includes} | sed -e "s/:/ /g"`; do
     if test -d "${bmd}/X11/bitmaps"; then
--- a/lisp/mail/metamail.el	Fri Jan 05 00:05:12 1996 +0000
+++ b/lisp/mail/metamail.el	Fri Jan 05 00:45:43 1996 +0000
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1993 Masanobu UMEDA
 
 ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp>
-;; Version: $Header: metamail.el,v 1.5 93/07/08 21:56:49 umerin Exp $
+;; Version: $Header: /home/gd/gnu/emacs/19.0/lisp/RCS/metamail.el,v 1.1 1993/07/20 03:02:12 rms Exp kwzh $
 ;; Keywords: mail, news, mime, multimedia
 
 ;; This file is part of GNU Emacs.
@@ -27,10 +27,10 @@
 ;; LCD Archive Entry:
 ;; metamail|Masanobu UMEDA|umerin@mse.kyutech.ac.jp|
 ;; Metamail interface for GNU Emacs|
-;; $Date: 93/07/08 21:56:49 $|$Revision: 1.5 $|~/misc/metamail.el.Z|
+;; $Date: 1993/07/20 03:02:12 $|$Revision: 1.1 $|~/misc/metamail.el.Z|
 
-;; Note: Metamail does not have all options which is compatible with
-;; the environment variables.  For that reason, matamail.el have to
+;; Note: Metamail does not have all options which are compatible with
+;; the environment variables.  For that reason, metamail.el has to
 ;; hack the environment variables.  In addition, there is no way to
 ;; display all header fields without extra informative body messages
 ;; which is suppressed by "-q" option.
@@ -71,7 +71,7 @@
 	(buffer-read-only nil)
 	(metafile (make-temp-name "/tmp/metamail")))
     (save-excursion
-      ;; Gee!  Metamail does not ouput to stdout if input comes from
+      ;; Gee!  Metamail does not output to stdout if input comes from
       ;; stdin.
       (write-region beg end metafile nil 'nomessage)
       (if buffer
--- a/lwlib/lwlib-Xm.c	Fri Jan 05 00:05:12 1996 +0000
+++ b/lwlib/lwlib-Xm.c	Fri Jan 05 00:45:43 1996 +0000
@@ -726,7 +726,7 @@
 /* This function is for activating a button from a program.  It's wrong because
    we pass a NULL argument in the call_data which is not Motif compatible.
    This is used from the XmNdefaultAction callback of the List widgets to
-   have a dble-click put down a dialog box like the button woudl do. 
+   have a double-click put down a dialog box like the button would do. 
    I could not find a way to do that with accelerators.
  */
 static void
@@ -841,7 +841,7 @@
       n_children++;
     }
 
-  /* invisible seperator button */
+  /* invisible separator button */
   ac = 0;
   XtSetArg (al[ac], XmNmappedWhenManaged, FALSE); ac++;
   children [n_children] = XmCreateLabel (row, "separator_button", al, ac);
--- a/lwlib/lwlib-Xol.c	Fri Jan 05 00:05:12 1996 +0000
+++ b/lwlib/lwlib-Xol.c	Fri Jan 05 00:45:43 1996 +0000
@@ -225,14 +225,14 @@
     {
       if (contents)
 	{
-	  /* in OLIT this woudl have to be a structural change on the
+	  /* in OLIT this would have to be a structural change on the
 	     button. */
 	  abort ();
 	}
     }
   else if (!contents)
     {
-      /* in OLIT this woudl have to be a structural change on the button. */
+      /* in OLIT this would have to be a structural change on the button. */
       abort ();
     }
   else if (contents->change != NO_CHANGE)
--- a/lwlib/lwlib-int.h	Fri Jan 05 00:05:12 1996 +0000
+++ b/lwlib/lwlib-int.h	Fri Jan 05 00:45:43 1996 +0000
@@ -42,7 +42,7 @@
 } widget_creation_entry;
 
 /* update all other instances of a widget.  Can be used in a callback when
-   a wiget has been used by the user */
+   a widget has been used by the user */
 void
 lw_internal_update_other_instances ();
 
--- a/lwlib/lwlib.h	Fri Jan 05 00:05:12 1996 +0000
+++ b/lwlib/lwlib.h	Fri Jan 05 00:45:43 1996 +0000
@@ -102,7 +102,7 @@
 void lw_show_busy (/* Widget w, Boolean busy */);
 
 /* Silly hack to assist with Lucid/Athena geometry management. */
-void lw_refigure_widget (/* Widget w, Boolan doit */);
+void lw_refigure_widget (/* Widget w, Boolean doit */);
 
 /* Toolkit independent way of determining if an event occurred on a
    menubar. */
--- a/lwlib/xlwmenu.c	Fri Jan 05 00:05:12 1996 +0000
+++ b/lwlib/xlwmenu.c	Fri Jan 05 00:45:43 1996 +0000
@@ -848,7 +848,7 @@
     old_stack [i] = new_stack [i];
   mw->menu.old_depth = new_depth;
 
-  /* refresh the last seletion */
+  /* refresh the last selection */
   selection_position.x = 0;
   selection_position.y = 0;
   display_menu (mw, last_same, new_selection == old_selection,
--- a/make-dist	Fri Jan 05 00:05:12 1996 +0000
+++ b/make-dist	Fri Jan 05 00:45:43 1996 +0000
@@ -370,7 +370,7 @@
 #### created these files by linking them in from the original tree,
 #### they'll have exactly two links normally.)
 ####
-#### Commented out since it's not stricly necessary; it should suffice
+#### Commented out since it's not strictly necessary; it should suffice
 #### to just break the link on alloca.c.
 #echo "Breaking intra-tree links."
 #find ${tempdir} ! -type d -links +2 \