diff options
Diffstat (limited to 'test/lisp/vc/vc-tests.el')
-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 |