diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-01-04 14:46:35 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-01-04 14:47:01 -0800 |
commit | 61e83e902b388490b609677a76f3d49740439f24 (patch) | |
tree | e2329fd5e9f6ec1c72b26a68765e8f982f788b29 /test/lisp | |
parent | 989bcc77ab576d7a83cb0194a9fc73ce51939042 (diff) | |
download | emacs-61e83e902b388490b609677a76f3d49740439f24.tar.gz emacs-61e83e902b388490b609677a76f3d49740439f24.tar.bz2 emacs-61e83e902b388490b609677a76f3d49740439f24.zip |
Spelling fixes
Diffstat (limited to 'test/lisp')
-rw-r--r-- | test/lisp/filenotify-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/url/url-parse-tests.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/filenotify-tests.el b/test/lisp/filenotify-tests.el index d6322c22c0e..376904dd65c 100644 --- a/test/lisp/filenotify-tests.el +++ b/test/lisp/filenotify-tests.el @@ -136,7 +136,7 @@ being the result.") (cdr file-notify--test-remote-enabled-checked)) (defun file-notify--test-library () - "The used libray for the test, as string. + "The used library for the test, as a string. In the remote case, it is the process name which runs on the remote host, or nil." (if (null (file-remote-p temporary-file-directory)) diff --git a/test/lisp/url/url-parse-tests.el b/test/lisp/url/url-parse-tests.el index 154e0917a43..443034a603e 100644 --- a/test/lisp/url/url-parse-tests.el +++ b/test/lisp/url/url-parse-tests.el @@ -156,7 +156,7 @@ ;; example mentioned in RFC3986, section 5.4. Reference Resolution Examples (should (equal (url-generic-parse-url "http://a/b/c/d;p?q") (url-parse-make-urlobj "http" nil nil "a" nil "/b/c/d;p?q" nil nil t)))) -(ert-deftest url-generic-parse-url/same-decument-reference () +(ert-deftest url-generic-parse-url/same-document-reference () "RFC 3986, section 4.4. Same-Document Reference / same-document reference: empty or number sign (\"#\") followed by a fragment identifier" (should (equal (url-generic-parse-url "") (url-parse-make-urlobj nil nil nil nil nil "" nil nil nil))) (should (equal (url-generic-parse-url "#") (url-parse-make-urlobj nil nil nil nil nil "" "" nil nil))) |