瀏覽代碼

Fix two typos in commentary.

No code changes
Ryan C. Thompson 13 年之前
父節點
當前提交
f90d646f69
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      ido-ubiquitous.el

+ 2 - 2
ido-ubiquitous.el

@@ -12,10 +12,10 @@
 ;;; Commentary:
 
 ;; You may have seen the `ido-everywhere' variable in ido.el and got
-;; exceited that you could use ido completion for everything. Then you
+;; excited that you could use ido completion for everything. Then you
 ;; were probably disappointed when you realized that it only applied
 ;; to *file names* and nothing else. Well, ido-ubiquitous is here to
-;; fulfill the original promise and let use use ido completion for
+;; fulfill the original promise and let you use ido completion for
 ;; (almost) any command that uses `completing-read' to offer you a
 ;; choice of several alternatives.