# HG changeset patch
# User Richard M. Stallman <rms@gnu.org>
# Date 869722442 0
# Node ID 817d02b8b126f1dd81a1e05db92986d22b61c2e2
# Parent  aff82880eaf121f8842ef709c0ce59bbb0f4d08c
(read-input-method-name): Fix error msg.

diff -r aff82880eaf1 -r 817d02b8b126 lisp/international/mule-cmds.el
--- a/lisp/international/mule-cmds.el	Thu Jul 24 04:28:05 1997 +0000
+++ b/lisp/international/mule-cmds.el	Thu Jul 24 05:34:02 1997 +0000
@@ -415,7 +415,7 @@
     (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)