diff lisp/ido.el @ 111894:d6652a7e443a

That's not how you spell "initialization".
author Glenn Morris <rgm@gnu.org>
date Wed, 01 Dec 2010 23:40:32 -0800
parents 8e856214e6e5
children c00190a8c8ef 376148b31b5e
line wrap: on
line diff
--- a/lisp/ido.el	Thu Dec 02 08:12:54 2010 +0100
+++ b/lisp/ido.el	Wed Dec 01 23:40:32 2010 -0800
@@ -1439,7 +1439,7 @@
   ;; ido kill emacs hook
   (ido-save-history))
 
-(defun ido-common-initilization ()
+(defun ido-common-initialization ()
   (ido-init-completion-maps)
   (add-hook 'minibuffer-setup-hook 'ido-minibuffer-setup)
   (add-hook 'choose-completion-string-functions 'ido-choose-completion-string))
@@ -1489,7 +1489,7 @@
   (ido-everywhere (if ido-everywhere 1 -1))
 
   (when ido-mode
-    (ido-common-initilization)
+    (ido-common-initialization)
     (ido-load-history)
 
     (add-hook 'kill-emacs-hook 'ido-kill-emacs-hook)
@@ -4682,7 +4682,7 @@
 	(ido-context-switch-command 'ignore)
 	(ido-choice-list choices))
     ;; Initialize ido before invoking ido-read-internal
-    (ido-common-initilization)
+    (ido-common-initialization)
     (ido-read-internal 'list prompt hist def require-match initial-input)))
 
 (defun ido-unload-function ()