Spelling fixes (or remove unnecessary and unusually-spelled words).
[bpt/emacs.git] / lisp / ls-lisp.el
index 60d6b7b..82a7854 100644 (file)
@@ -404,8 +404,8 @@ not contain `d', so that a full listing is expected."
                ;; the wildcard; let's say something similar.
                (insert "(No match)\n"))
            (insert (format "total %.0f\n" (fceiling (/ sum 1024.0))))))
-       ;; dired-insert-directory exprects to find point after the
-       ;; text.  But if the listinmg is empty, as e.g. in empty
+       ;; dired-insert-directory expects to find point after the
+       ;; text.  But if the listing is empty, as e.g. in empty
        ;; directories with -a removed from switches, point will be
        ;; before the inserted text, and dired-insert-directory will
        ;; not indent the listing correctly.  Going to the end of the