ソースを参照

Fix typo in variable name

Sebastian Wiesner 11 年 前
コミット
34114af157
1 ファイル変更1 行追加1 行削除
  1. 1 1
      ido-ubiquitous.el

+ 1 - 1
ido-ubiquitous.el

@@ -527,7 +527,7 @@ completion for them."
             (setq collection (all-completions "" collection predicate)
                   ;; Don't need this any more
                   predicate nil)))
-         (colection-ok
+         (collection-ok
           ;; Don't use ido if the collection is empty or too large.
           (and collection-ok
                collection