Explorar o código

Fix typo

* lisp/org.el (org-re-timestamp): Fix typo introduced in
  eae19b1284db6b376ccfb3e9f5f44df456f43c1a.
Nicolas Goaziou %!s(int64=11) %!d(string=hai) anos
pai
achega
c5ba48072c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -17257,7 +17257,7 @@ both scheduled and deadline timestamps."
     (all org-ts-regexp-both)
     (active org-ts-regexp)
     (inactive org-ts-regexp-inactive)
-    (schedule org-scheduled-time-regexp)
+    (scheduled org-scheduled-time-regexp)
     (deadline org-deadline-time-regexp)
     (closed org-closed-time-regexp)
     (otherwise