Browse Source

Fix typo

* lisp/org-beamer.el (org-beamer-amend-header): Fix typo in docstring.
Stephen Eglen 14 years ago
parent
commit
b164a47571
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-beamer.el

+ 1 - 1
lisp/org-beamer.el

@@ -382,7 +382,7 @@ The need to be after the begin statement of the environment."
 	      (insert dovl)))))))
 
 (defun org-beamer-amend-header ()
-  "Add `org-beamer-header-extra' to the LaTeX herder.
+  "Add `org-beamer-header-extra' to the LaTeX header.
 If the file contains the string BEAMER-HEADER-EXTRA-HERE on a line
 by itself, it will be replaced with `org-beamer-header-extra'.  If not,
 the value will be inserted right after the documentclass statement."