浏览代码

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