Spelling fixes.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 23 Apr 2012 05:44:49 +0000 (22:44 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 23 Apr 2012 05:44:49 +0000 (22:44 -0700)
doc/misc/dbus.texi
lisp/abbrev.el
lisp/net/dbus.el
src/alloc.c
src/keyboard.c
src/term.c

index e99e20b..865e99a 100644 (file)
@@ -1707,7 +1707,7 @@ is as follows:
 @code{:pathN} @var{string}:@*
 This stands for the Nth argument of the signal.  @code{:pathN}
 arguments can be used for object path wildcard matches as specified by
-D-Bus, whilest an @code{:argN} argument requires an exact match.
+D-Bus, while an @code{:argN} argument requires an exact match.
 
 @item @code{:arg-namespace} @var{string}:@*
 Register for the signals, which first argument defines the service or
index 7f54d3d..9b82b3b 100644 (file)
@@ -135,7 +135,7 @@ Otherwise display all abbrevs."
              (insert-abbrev-table-description table t)))
          (dolist (table (nreverse empty-tables))
            (insert-abbrev-table-description table t)))
-        ;; Note: `list-abbrevs' can dispaly only local abbrevs, in
+        ;; Note: `list-abbrevs' can display only local abbrevs, in
         ;; which case editing could lose abbrevs of other tables. Thus
         ;; enter `edit-abbrevs-mode' only if LOCAL is nil.
         (edit-abbrevs-mode))
index ee2bdec..d845a49 100644 (file)
@@ -564,7 +564,7 @@ The meaning is as follows:
 `:argN' STRING:
 `:pathN' STRING: This stands for the Nth argument of the
 signal.  `:pathN' arguments can be used for object path wildcard
-matches as specified by D-Bus, whilest an `:argN' argument
+matches as specified by D-Bus, while an `:argN' argument
 requires an exact match.
 
 `:arg-namespace' STRING: Register for the signals, which first
index 6c9af7b..a120ce9 100644 (file)
@@ -5838,7 +5838,7 @@ mark_buffer (Lisp_Object buf)
 }
 
 /* Mark the Lisp pointers in the terminal objects.
-   Called by the Fgarbage_collector.  */
+   Called by Fgarbage_collect.  */
 
 static void
 mark_terminals (void)
index 6fa0e4a..614746e 100644 (file)
@@ -12393,7 +12393,7 @@ keys_of_keyboard (void)
 }
 
 /* Mark the pointers in the kboard objects.
-   Called by the Fgarbage_collector.  */
+   Called by Fgarbage_collect.  */
 void
 mark_kboards (void)
 {
index 53458c5..ce300f9 100644 (file)
@@ -3601,7 +3601,7 @@ delete_tty (struct terminal *terminal)
 \f
 
 /* Mark the pointers in the tty_display_info objects.
-   Called by the Fgarbage_collector.  */
+   Called by Fgarbage_collect.  */
 
 void
 mark_ttys (void)