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

Fix docstring typo

* lisp/org-clock.el (org-clocktable-steps): Fix docstring typo.
Kyle Meyer пре 6 година
родитељ
комит
cbc43c1f01
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lisp/org-clock.el

+ 1 - 1
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))