Преглед изворни кода

Fix typo

* lisp/org-beamer.el (org-beamer-amend-header): Fix typo in docstring.
Stephen Eglen пре 14 година
родитељ
комит
b164a47571
1 измењених фајлова са 1 додато и 1 уклоњено
  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."