diff lisp/org/org-jsinfo.el @ 101760:9f3e0387f078

2009-02-02 Carsten Dominik <dominik@science.uva.nl> * org.el (org-cycle-global-at-bob): Fix typo. * org-jsinfo.el (org-infojs-handle-options): Fix typo in comment.
author Carsten Dominik <dominik@science.uva.nl>
date Mon, 02 Feb 2009 21:50:00 +0000
parents 6d71fc980cde
children ac1a55cc2c38
line wrap: on
line diff
--- a/lisp/org/org-jsinfo.el	Mon Feb 02 21:02:05 2009 +0000
+++ b/lisp/org/org-jsinfo.el	Mon Feb 02 21:50:00 2009 +0000
@@ -168,7 +168,7 @@
     ;; actually be displayed is governed by the TDEPTH option.
     (setq exp-plist (plist-put exp-plist :table-of-contents sdepth))
 
-    ;; The table of contents should ot show more sections then we generate
+    ;; The table of contents should not show more sections then we generate
     (setq tdepth (min tdepth sdepth))
     (push (cons "TOC_DEPTH" tdepth) s)