Explorar el Código

Fix docstring typo

* lisp/org-clock.el (org-clocktable-steps): Fix docstring typo.
Kyle Meyer hace 6 años
padre
commit
cbc43c1f01
Se han modificado 1 ficheros con 1 adiciones y 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))