Browse Source

small typo

Eric Schulte 16 years ago
parent
commit
c23e62cd09
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-babel-init.el

+ 1 - 1
lisp/org-babel-init.el

@@ -50,7 +50,7 @@
   (expand-file-name ".."
   (expand-file-name ".."
                     (file-name-directory
                     (file-name-directory
                      (or load-file-name buffer-file-name)))
                      (or load-file-name buffer-file-name)))
-  "The directory holding the library-of-bael")
+  "The directory holding the library-of-babel")
 (defun org-babel-load-library-of-babel ()
 (defun org-babel-load-library-of-babel ()
   (org-babel-lob-ingest (expand-file-name "library-of-babel.org" org-babel-lob-dir)))
   (org-babel-lob-ingest (expand-file-name "library-of-babel.org" org-babel-lob-dir)))