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 dc4d3af6999..13248a36509 100644 --- a/test/lisp/vc/vc-tests.el +++ b/test/lisp/vc/vc-tests.el @@ -127,7 +127,7 @@ Don't set it globally, the functions should be let-bound.") (defun vc-test--create-repo-function (backend) "Run the `vc-create-repo' backend function. -For backends which dont support it, it is emulated." +For backends which don't support it, it is emulated." (cond ((eq backend 'CVS) |