]> code.delx.au - gnu-emacs/blobdiff - lisp/org/org-list.el
Spelling fixes.
[gnu-emacs] / lisp / org / org-list.el
index a86c145a9ee0b4af77c0e5aaaef10b069fafcd93..72fc71854e2cc08d4ec00e906582185c651c15a9 100644 (file)
@@ -68,7 +68,7 @@
 
 ;; Computing a list structure can be a costly operation on huge lists
 ;; (a few thousand lines long).  Thus, code should follow the rule :
-;; "collect once, use many".  As a corollary, it is usally a bad idea
+;; "collect once, use many".  As a corollary, it is usually a bad idea
 ;; to use directly an interactive function inside the code, as those,
 ;; being independent entities, read the whole list structure another
 ;; time.