summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/lisp-mnt.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/lisp-mnt.el b/lisp/emacs-lisp/lisp-mnt.el
index 8b0e4a38ae4..ae0d54dbb26 100644
--- a/lisp/emacs-lisp/lisp-mnt.el
+++ b/lisp/emacs-lisp/lisp-mnt.el
@@ -125,7 +125,7 @@
For example, you can write the 1st line synopsis string and headers like this
in your Lisp package:
- ;; @(#) package.el -- pacakge description
+ ;; @(#) package.el -- package description
;;
;; @(#) $Maintainer: Person Foo Bar $