summaryrefslogtreecommitdiff
path: root/lisp/org-habit.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/org-habit.el')
-rw-r--r--lisp/org-habit.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-habit.el b/lisp/org-habit.el
index 338aabc..69d1912 100644
--- a/lisp/org-habit.el
+++ b/lisp/org-habit.el
@@ -181,7 +181,7 @@ This list represents a \"habit\" for the rest of this module."
(error "Habit %s has no scheduled date" habit-entry))
(unless scheduled-repeat
(error
- "Habit '%s' has no scheduled repeat period or has an incorrect one"
+ "Habit `%s' has no scheduled repeat period or has an incorrect one"
habit-entry))
(setq sr-days (org-habit-duration-to-days scheduled-repeat)
sr-type (progn (string-match "[\\.+]?\\+" scheduled-repeat)