]> git.eshelyaron.com Git - emacs.git/commitdiff
(read-input-method-name): Fix error msg.
authorRichard M. Stallman <rms@gnu.org>
Thu, 24 Jul 1997 05:34:02 +0000 (05:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 24 Jul 1997 05:34:02 +0000 (05:34 +0000)
lisp/international/mule-cmds.el

index 2dfc71ab0d4b83a99100461c59b4e2003b40d6db..84616fa2717630b3e150d643f9d08546cfdb01c3 100644 (file)
@@ -415,7 +415,7 @@ If INHIBIT-NULL is non-nil, null input signals an error."
     (if (> (length input-method) 0)
        input-method
       (if inhibit-null
-         (error "The specified input method is not avairable")))))
+         (error "The specified input method is not available")))))
 
 ;; Actvate INPUT-METHOD.
 (defun activate-input-method (input-method)