diff options
| author | Paul Eggert | 2011-12-30 17:27:15 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-30 17:27:15 -0800 |
| commit | 22bcf2046977620a7f37bbd4dff4be4a4fffc0ed (patch) | |
| tree | 39e83ae1f1389e54aec5074029a1d430aaca2876 /lisp/url | |
| parent | b30941dba07605b40efbf139eed2007d6b1e5445 (diff) | |
| download | emacs-22bcf2046977620a7f37bbd4dff4be4a4fffc0ed.tar.gz emacs-22bcf2046977620a7f37bbd4dff4be4a4fffc0ed.zip | |
Spelling fixes.
Diffstat (limited to 'lisp/url')
| -rw-r--r-- | lisp/url/url-methods.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/url/url-methods.el b/lisp/url/url-methods.el index 3b86ed45565..2f184dfca19 100644 --- a/lisp/url/url-methods.el +++ b/lisp/url/url-methods.el | |||
| @@ -62,7 +62,7 @@ | |||
| 62 | 62 | ||
| 63 | (defun url-scheme-default-loader (url &optional callback cbargs) | 63 | (defun url-scheme-default-loader (url &optional callback cbargs) |
| 64 | "Signal an error for an unknown URL scheme." | 64 | "Signal an error for an unknown URL scheme." |
| 65 | (error "Unkown URL scheme: %s" (url-type url))) | 65 | (error "Unknown URL scheme: %s" (url-type url))) |
| 66 | 66 | ||
| 67 | (defvar url-scheme--registering-proxy nil) | 67 | (defvar url-scheme--registering-proxy nil) |
| 68 | 68 | ||