From 20db1522fe719b5de3f7cf9b373183d4b3437e94 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 24 Nov 2011 02:58:14 +0100 Subject: Fix typos. --- lisp/vc/cvs-status.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/vc/cvs-status.el') diff --git a/lisp/vc/cvs-status.el b/lisp/vc/cvs-status.el index 063eb414579..3444b230e8d 100644 --- a/lisp/vc/cvs-status.el +++ b/lisp/vc/cvs-status.el @@ -257,7 +257,7 @@ The tree will be printed no closer than column COLUMN." (defun cvs-tree-merge (tree1 tree2) "Merge tags trees TREE1 and TREE2 into one. -BEWARE: because of stability issues, this is not a symetric operation." +BEWARE: because of stability issues, this is not a symmetric operation." (assert (and (listp tree1) (listp tree2))) (cond ((null tree1) tree2) -- cgit v1.2.3