summaryrefslogtreecommitdiff
path: root/lisp/progmodes/ada-stmt.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2010-01-14 19:59:31 +0100
committerJuanma Barranquero <lekktu@gmail.com>2010-01-14 19:59:31 +0100
commitd1f18ec0920105223d2aecfd838f8b19921e6340 (patch)
treef98090d895340248c119119406b69974d19cf499 /lisp/progmodes/ada-stmt.el
parent80cd4bb402cd55d9a7efcdf7a77e83cf1118eb61 (diff)
downloademacs-d1f18ec0920105223d2aecfd838f8b19921e6340.tar.gz
Fix typos in docstrings.
Diffstat (limited to 'lisp/progmodes/ada-stmt.el')
-rw-r--r--lisp/progmodes/ada-stmt.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/ada-stmt.el b/lisp/progmodes/ada-stmt.el
index 91058890d46..103bc093bdb 100644
--- a/lisp/progmodes/ada-stmt.el
+++ b/lisp/progmodes/ada-stmt.el
@@ -187,7 +187,7 @@ Indent for the first line of code."
(define-skeleton ada-if
- "Insert skeleton if statment, prompting for a boolean-expression."
+ "Insert skeleton if statement, prompting for a boolean-expression."
"[condition]: "
"if " str " then" \n
> _ \n