small typo

This commit is contained in:
Eric Schulte 2009-08-16 14:02:20 -06:00
parent 7d440e548f
commit c23e62cd09
1 changed files with 1 additions and 1 deletions

View File

@ -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)))