diff options
| author | Paul Eggert | 2011-12-14 23:24:10 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-14 23:24:10 -0800 |
| commit | bbd240ceeefcf4181aa9205f4e743b32b5c68e1f (patch) | |
| tree | 957397737a8b0e76a40dfe79f191945e9f5aa09b /lisp/arc-mode.el | |
| parent | 100d5755ed82e6c47833a3559fb0a154381d5afd (diff) | |
| download | emacs-bbd240ceeefcf4181aa9205f4e743b32b5c68e1f.tar.gz emacs-bbd240ceeefcf4181aa9205f4e743b32b5c68e1f.zip | |
Spelling fixes.
Diffstat (limited to 'lisp/arc-mode.el')
| -rw-r--r-- | lisp/arc-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/arc-mode.el b/lisp/arc-mode.el index 48b4c5be164..816291166fa 100644 --- a/lisp/arc-mode.el +++ b/lisp/arc-mode.el | |||
| @@ -860,13 +860,13 @@ using `make-temp-file', and the generated name is returned." | |||
| 860 | dir))) | 860 | dir))) |
| 861 | (if (or alien (file-exists-p fullname)) | 861 | (if (or alien (file-exists-p fullname)) |
| 862 | (progn | 862 | (progn |
| 863 | ;; Maked sure all the leading directories in | 863 | ;; Make sure all the leading directories in |
| 864 | ;; archive-local-name exist under archive-tmpdir, so that | 864 | ;; archive-local-name exist under archive-tmpdir, so that |
| 865 | ;; the directory structure recorded in the archive is | 865 | ;; the directory structure recorded in the archive is |
| 866 | ;; reconstructed in the temporary directory. | 866 | ;; reconstructed in the temporary directory. |
| 867 | (make-directory (file-name-directory tmpfile) t) | 867 | (make-directory (file-name-directory tmpfile) t) |
| 868 | (make-temp-file tmpfile)) | 868 | (make-temp-file tmpfile)) |
| 869 | ;; Maked sure all the leading directories in `fullname' exist | 869 | ;; Make sure all the leading directories in `fullname' exist |
| 870 | ;; under archive-tmpdir. This is necessary for nested archives | 870 | ;; under archive-tmpdir. This is necessary for nested archives |
| 871 | ;; (`archive-extract' sets `archive-remote' to t in case | 871 | ;; (`archive-extract' sets `archive-remote' to t in case |
| 872 | ;; an archive occurs inside another archive). | 872 | ;; an archive occurs inside another archive). |