emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116533: Spelling fixes.


From: Paul Eggert
Subject: [Emacs-diffs] trunk r116533: Spelling fixes.
Date: Sun, 23 Feb 2014 02:46:14 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116533
revision-id: address@hidden
parent: address@hidden
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sat 2014-02-22 18:46:12 -0800
message:
  Spelling fixes.
modified:
  lisp/gnus/auth-source.el       
authsource.el-20091113204419-o5vbwnq5f7feedwu-8608
  lisp/net/dbus.el               dbus.el-20091113204419-o5vbwnq5f7feedwu-7962
=== modified file 'lisp/gnus/auth-source.el'
--- a/lisp/gnus/auth-source.el  2014-02-22 01:44:59 +0000
+++ b/lisp/gnus/auth-source.el  2014-02-23 02:46:12 +0000
@@ -1511,11 +1511,11 @@
 
 auth-source patterns can have values of the form :foo (\"bar\"
 \"qux\"), which means to match any secret with :foo equal to
-\"bar\" otr :foo equal to \"qux\".  The secrets backend supports
+\"bar\" or :foo equal to \"qux\".  The secrets backend supports
 only string values for patterns, so this routine returns a list
 of patterns that is equivalent to the single original pattern
 when interpreted such that if a secret matches any pattern in the
-list, it mathces the original pattern."
+list, it matches the original pattern."
   (if (null pattern)
       '(nil)
     (let* ((key (pop pattern))

=== modified file 'lisp/net/dbus.el'
--- a/lisp/net/dbus.el  2014-02-21 04:32:11 +0000
+++ b/lisp/net/dbus.el  2014-02-23 02:46:12 +0000
@@ -286,7 +286,7 @@
     ;; hurts when reading D-Bus events asynchronously.
 
     ;; Work around bug#16775 by busy-waiting with gradual backoff for
-    ;; dbus calls to complete.  A better aproach would involve either
+    ;; dbus calls to complete.  A better approach would involve either
     ;; adding arbitrary wait condition support to read-event or
     ;; restructuring dbus as a kind of process object.  Poll at most
     ;; about once per second for completion.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]