summaryrefslogtreecommitdiff
path: root/lisp/smerge-mode.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2009-10-04 02:11:57 +0000
committerJuanma Barranquero <lekktu@gmail.com>2009-10-04 02:11:57 +0000
commitb4dc7d98882432c9c14c0edb91021bb4868f185e (patch)
treedbf2524c7a53feb3b68673621be1550307f94087 /lisp/smerge-mode.el
parenta30e71aee84b52e1de298a29a96888150711e4a5 (diff)
downloademacs-b4dc7d98882432c9c14c0edb91021bb4868f185e.tar.gz
Fix typos in comments.
Diffstat (limited to 'lisp/smerge-mode.el')
-rw-r--r--lisp/smerge-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/smerge-mode.el b/lisp/smerge-mode.el
index 0e72d4c233a..95efbc513f0 100644
--- a/lisp/smerge-mode.el
+++ b/lisp/smerge-mode.el
@@ -705,7 +705,7 @@ An error is raised if not inside a conflict."
((save-excursion
(goto-char mine-start)
(re-search-forward smerge-begin-re end t))
- ;; There's a nested conflict and we're after the the beginning
+ ;; There's a nested conflict and we're after the beginning
;; of the outer one but before the beginning of the inner one.
;; Of course, maybe this is not a nested conflict but in that
;; case it can only be something nastier that we don't know how