diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-12-12 18:42:57 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-12-12 18:42:57 -0800 |
commit | d19bf72ac984f788764a09bc9f1002a9e10f71d0 (patch) | |
tree | b37ed8d26d6038f89e20b497fb9dba0ddac3933e | |
parent | 7fc616afcfbaebea1658149da269110da94d6e59 (diff) |
Spelling fixes
-rw-r--r-- | lisp/progmodes/verilog-mode.el | 2 | ||||
-rw-r--r-- | lisp/vc/vc-dir.el | 2 | ||||
-rw-r--r-- | lisp/vc/vc.el | 2 | ||||
-rw-r--r-- | src/gnutls.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lisp/progmodes/verilog-mode.el b/lisp/progmodes/verilog-mode.el index a7d833cb15..e7fcf223bc 100644 --- a/lisp/progmodes/verilog-mode.el +++ b/lisp/progmodes/verilog-mode.el @@ -6159,7 +6159,7 @@ Return >0 for nested struct." (or (equal (char-before) ?\{) ;; empty case (equal (char-before) ?\;) (equal (char-before) ?\})) - ;; skip what looks like bus repitition operator {#{ + ;; skip what looks like bus repetition operator {#{ (not (string-match "^{\\s-*[0-9]+\\s-*{" (buffer-substring p (point))))))))) (progn (let ( (pt (point)) (pass 0)) diff --git a/lisp/vc/vc-dir.el b/lisp/vc/vc-dir.el index 7e4bc13bd8..54496b9e63 100644 --- a/lisp/vc/vc-dir.el +++ b/lisp/vc/vc-dir.el @@ -1015,7 +1015,7 @@ specific headers." "\n")) (defun vc-dir-refresh-files (files) - "Refresh some fies in the *VC-dir* buffer." + "Refresh some files in the *VC-dir* buffer." (let ((def-dir default-directory) (backend vc-dir-backend)) (vc-set-mode-line-busy-indicator) diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index 07a3394ad9..b8be3ff7df 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el @@ -592,7 +592,7 @@ ;; ;; The vc-keep-workfiles configuration variable is gone. Used only by ;; the RCS and SCCS backends, it was an invitation to shoot self in foot -;; when set to the (non-default) value nil. The original justication +;; when set to the (non-default) value nil. The original justification ;; for it (saving disk space) is long obsolete. ;; ;; - The rollback method (implemented by RCS and SCCS only) is gone. See diff --git a/src/gnutls.c b/src/gnutls.c index 4e12d88ab8..ad4d9974ed 100644 --- a/src/gnutls.c +++ b/src/gnutls.c @@ -1065,7 +1065,7 @@ The return value is a property list with top-level keys :warnings and build_string (fn_gnutls_protocol_get_name (fn_gnutls_protocol_get_version (state))))); - /* Cipler name. */ + /* Cipher name. */ result = nconc2 (result, list2 (intern (":cipher"), build_string (fn_gnutls_cipher_get_name |