diff options
| author | Eli Zaretskii | 2002-06-09 17:13:56 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-06-09 17:13:56 +0000 |
| commit | 5f320490f47534f0e7bc977679bfc0b8721004d6 (patch) | |
| tree | 77bcc42d348619a3c304e35a59b7ae4a8f87fd16 | |
| parent | ab2e49a0b5b09b69a2cd375170b031d8045a2de4 (diff) | |
| download | emacs-5f320490f47534f0e7bc977679bfc0b8721004d6.tar.gz emacs-5f320490f47534f0e7bc977679bfc0b8721004d6.zip | |
Fix a typo in a comment.
| -rw-r--r-- | lisp/jka-compr.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/jka-compr.el b/lisp/jka-compr.el index a13f43faf19..f898bc98a4f 100644 --- a/lisp/jka-compr.el +++ b/lisp/jka-compr.el | |||
| @@ -64,7 +64,7 @@ | |||
| 64 | ;; APPLICATION NOTES: | 64 | ;; APPLICATION NOTES: |
| 65 | ;; | 65 | ;; |
| 66 | ;; crypt++ | 66 | ;; crypt++ |
| 67 | ;; jka-compr can coexist with crpyt++ if you take all the decompression | 67 | ;; jka-compr can coexist with crypt++ if you take all the decompression |
| 68 | ;; entries out of the crypt-encoding-list. Clearly problems will arise if | 68 | ;; entries out of the crypt-encoding-list. Clearly problems will arise if |
| 69 | ;; you have two programs trying to compress/decompress files. jka-compr | 69 | ;; you have two programs trying to compress/decompress files. jka-compr |
| 70 | ;; will not "work with" crypt++ in the following sense: you won't be able to | 70 | ;; will not "work with" crypt++ in the following sense: you won't be able to |