summaryrefslogtreecommitdiff
path: root/lisp/double.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/double.el')
-rw-r--r--lisp/double.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/double.el b/lisp/double.el
index 403b5a22429..0f3f4513aef 100644
--- a/lisp/double.el
+++ b/lisp/double.el
@@ -33,7 +33,7 @@
;; string will be replaced by another. This can be used for mapping
;; keys on a US keyboard to generate characters according to the local
;; keyboard convention when pressed once, and according to US keyboard
-;; convetion when pressed twice.
+;; convention when pressed twice.
;;
;; To use this mode, you must define the variable `double-map' and
;; then enable double mode with `M-x double-mode'. Read the
@@ -42,9 +42,9 @@
;; The default mapping is for getting Danish/Norwegian keyboard layout
;; using ISO Latin 1 on a US keyboard.
;;
-;; Imprtant node: While I would like to hear comments, bug reports,
+;; Important node: While I would like to hear comments, bug reports,
;; suggestions, please do @strong{not} expect me to put other mappings
-;; that the default into this file. There are billions and billions
+;; than the default into this file. There are billions and billions
;; of such mappings, and just supporting the most common would
;; increase the size of this nice small file manyfold.