diff lisp/progmodes/delphi.el @ 106837:855f55740303

Fix typos in comments.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 14 Jan 2010 19:37:23 +0100
parents 1d1d5d9bd884
children c232035b5f44 376148b31b5e
line wrap: on
line diff
--- a/lisp/progmodes/delphi.el	Thu Jan 14 19:29:36 2010 +0100
+++ b/lisp/progmodes/delphi.el	Thu Jan 14 19:37:23 2010 +0100
@@ -1370,7 +1370,7 @@
                      ;; Indent in from the expression.
                      (delphi-indent-of last-token delphi-indent-level))
 
-                    ;; No enclosing expression; use the previous statment's
+                    ;; No enclosing expression; use the previous statement's
                     ;; indent.
                     ((delphi-previous-indent-of token)))))