aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorPaul Eggert2014-12-25 18:18:42 -0800
committerPaul Eggert2014-12-25 18:19:28 -0800
commitb3946c9b9a4a5fcd49e1a5e75d9dc2c369a6bd29 (patch)
treee3e96b7376a2efbf984b6f743fcd33e8806604d4 /test
parent1e6879dbdb0832427f5c588c89a53a8a80768a00 (diff)
downloademacs-b3946c9b9a4a5fcd49e1a5e75d9dc2c369a6bd29.tar.gz
emacs-b3946c9b9a4a5fcd49e1a5e75d9dc2c369a6bd29.zip
Spelling fixes
Diffstat (limited to 'test')
-rw-r--r--test/automated/let-alist.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/automated/let-alist.el b/test/automated/let-alist.el
index c43e6a07ddc..6f58908cce7 100644
--- a/test/automated/let-alist.el
+++ b/test/automated/let-alist.el
@@ -62,7 +62,7 @@
62 '(nil 1 1 2 nil))))) 62 '(nil 1 1 2 nil)))))
63 63
64(ert-deftest let-alist-remove-dot () 64(ert-deftest let-alist-remove-dot ()
65 "Remove firt dot from symbol." 65 "Remove first dot from symbol."
66 (should (equal (let-alist--remove-dot 'hi) 'hi)) 66 (should (equal (let-alist--remove-dot 'hi) 'hi))
67 (should (equal (let-alist--remove-dot '.hi) 'hi)) 67 (should (equal (let-alist--remove-dot '.hi) 'hi))
68 (should (equal (let-alist--remove-dot '..hi) '.hi))) 68 (should (equal (let-alist--remove-dot '..hi) '.hi)))