diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-14 23:55:13 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-14 23:55:13 -0800 |
commit | da6062e6ea440f6cd68db251390fcb91450103ba (patch) | |
tree | 8643e5ab1b5045cfb22e254412632f671658645f /lisp/net | |
parent | 672b871d9838335ac12faaf62793a811f1269a66 (diff) | |
download | emacs-da6062e6ea440f6cd68db251390fcb91450103ba.tar.gz |
Spelling fixes.
Diffstat (limited to 'lisp/net')
-rw-r--r-- | lisp/net/eudc-hotlist.el | 2 | ||||
-rw-r--r-- | lisp/net/secrets.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/eudc-hotlist.el b/lisp/net/eudc-hotlist.el index 64b2d34af9c..1f6c4464808 100644 --- a/lisp/net/eudc-hotlist.el +++ b/lisp/net/eudc-hotlist.el @@ -53,7 +53,7 @@ These are the special commands of this mode: s -- Select the server at point. t -- Transpose the server at point and the previous one q -- Commit the changes and quit. - x -- Quit without commiting the changes." + x -- Quit without committing the changes." (interactive) (kill-all-local-variables) (setq major-mode 'eudc-hotlist-mode) diff --git a/lisp/net/secrets.el b/lisp/net/secrets.el index 88deef46862..173ba9c3d20 100644 --- a/lisp/net/secrets.el +++ b/lisp/net/secrets.el @@ -78,7 +78,7 @@ ;; (secrets-create-collection "my collection") ;; There exists a special collection called "session", which has the -;; lifetime of the corrresponding client session (aka Emacs' +;; lifetime of the corresponding client session (aka Emacs' ;; lifetime). It is created automatically when Emacs uses the Secret ;; Service interface, and it is deleted when Emacs is killed. ;; Therefore, it can be used to store and retrieve secret items |