summaryrefslogtreecommitdiff
path: root/lisp/progmodes/prolog.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-11-26 00:26:37 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-11-26 00:26:37 -0800
commitb0b199744d35273a496b8e9189a28a83c70191da (patch)
treea9df5115ebd8bdeb8ae758e06f10321c67838b47 /lisp/progmodes/prolog.el
parent5b76caa476d552e204adc3c1bf4af8e401ec5d42 (diff)
downloademacs-b0b199744d35273a496b8e9189a28a83c70191da.tar.gz
Spelling fixes.
Diffstat (limited to 'lisp/progmodes/prolog.el')
-rw-r--r--lisp/progmodes/prolog.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/prolog.el b/lisp/progmodes/prolog.el
index 121ce8e0430..24ca78ad4ef 100644
--- a/lisp/progmodes/prolog.el
+++ b/lisp/progmodes/prolog.el
@@ -1569,7 +1569,7 @@ For use with the `compilation-parse-errors-function' variable."
limit t)
(setq filepath (match-string 2)))
- ;; ###### Does this work with SICStus under Windows (i.e. backslahes and stuff?)
+ ;; ###### Does this work with SICStus under Windows (i.e. backslashes and stuff?)
(if (string-match "\\(.*/\\)\\([^/]*\\)$" filepath)
(progn
(setq dir (match-string 1 filepath))