diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-04-21 14:44:31 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-04-21 14:45:01 -0700 |
commit | 7621a521452d988b27e761c76ad8e667e932192e (patch) | |
tree | 3a1d6319a9cf6b4c78f6752a5a34bbf053665bce /test/lisp/vc | |
parent | 798caa12af4260f5cd26cac06e5438eedff47994 (diff) | |
download | emacs-7621a521452d988b27e761c76ad8e667e932192e.tar.gz |
; Spelling fixes
Diffstat (limited to 'test/lisp/vc')
-rw-r--r-- | test/lisp/vc/vc-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/vc/vc-tests.el b/test/lisp/vc/vc-tests.el index 2b3445aa56a..1a3e8e08b68 100644 --- a/test/lisp/vc/vc-tests.el +++ b/test/lisp/vc/vc-tests.el @@ -218,7 +218,7 @@ For backends which dont support it, `vc-not-supported' is signalled." (defun vc-test--register (backend) "Register and unregister a file. -This checks also `vc-backend' and `vc-reponsible-backend'." +This checks also `vc-backend' and `vc-responsible-backend'." (let ((vc-handled-backends `(,backend)) (default-directory |