Explorar o código

Fix docstring typo

* lisp/org-clock.el (org-clocktable-steps): Fix docstring typo.
Kyle Meyer %!s(int64=6) %!d(string=hai) anos
pai
achega
cbc43c1f01
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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))