]> code.delx.au - gnu-emacs/blobdiff - lisp/tar-mode.el
Spelling fixes.
[gnu-emacs] / lisp / tar-mode.el
index cfa406c2b48c2356523f8148cd19a65959f6c6d3..ff528fcc9df63276728c6c8a38bdc63e4d3d64a9 100644 (file)
@@ -142,7 +142,7 @@ This information is useful, but it takes screen space away from file names."
 
 ;; The Tar data is made up of bytes and better manipulated as bytes
 ;; and can be very large, so insert/delete can be costly.  The summary we
-;; want to display may contain non-ascci chars, of course, so we'd like it
+;; want to display may contain non-ascii chars, of course, so we'd like it
 ;; to be multibyte.  We used to keep both in the same buffer and switch
 ;; from/to uni/multibyte.  But this had several downsides:
 ;; - set-buffer-multibyte has an O(N^2) worst case that tends to be triggered