summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2019-01-12 23:46:00 -0500
committerKyle Meyer <kyle@kyleam.com>2019-01-12 23:46:00 -0500
commitcbc43c1f015555a5616e8a47f51b3e8c05de2e28 (patch)
tree09225c0f7776b9c396a98b0cab3ed50fa067db1f
parent2cf951cdfcfb0eacef42c481cf3cacc8ff4e52e0 (diff)
downloadorg-mode-cbc43c1f015555a5616e8a47f51b3e8c05de2e28.tar.gz
Fix docstring typo
* lisp/org-clock.el (org-clocktable-steps): Fix docstring typo.
-rw-r--r--lisp/org-clock.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-clock.el b/lisp/org-clock.el
index a474108..4dacef9 100644
--- a/lisp/org-clock.el
+++ b/lisp/org-clock.el
@@ -2687,7 +2687,7 @@ LEVEL is an integer. Indent by two spaces per level above 1."
(concat "\\_" (make-string (* 2 (1- level)) ?\s))))
(defun org-clocktable-steps (params)
- "Create one ore more clock tables, according to PARAMS.
+ "Create one or more clock tables, according to PARAMS.
Step through the range specifications in plist PARAMS to make
a number of clock tables."
(let* ((ignore-empty-tables (plist-get params :stepskip0))