summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2010-12-10 11:12:56 +0100
committerCarsten Dominik <carsten.dominik@gmail.com>2010-12-10 11:12:56 +0100
commit9df61b6c3eef9fdcf9a63b30a0146bface4996f0 (patch)
treee4a542f4ace13ac12c218bf0fcc9414cebd1ec27
parent77e51ec5b8767d94f9ab2a303f549ba9dd315a18 (diff)
downloadorg-mode-9df61b6c3eef9fdcf9a63b30a0146bface4996f0.tar.gz
Fix typos
-rw-r--r--doc/org.texi2
-rw-r--r--lisp/org.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 356f442..f70f594 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -5760,7 +5760,7 @@ worked on or closed during a day.
@cindex report, of clocked time
Org mode can produce quite complex reports based on the time clocking
-inormation. Such a report is called a @emph{clock table}, because it is
+information. Such a report is called a @emph{clock table}, because it is
formatted as one or several Org tables.
@table @kbd
diff --git a/lisp/org.el b/lisp/org.el
index b7ae6ae..bffea0c 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -2628,7 +2628,7 @@ This may t or nil, or the symbol `org-read-date-prefer-future'."
:group 'org-agenda
:group 'org-time
:type '(choice
- (const :tag "Use org-aread-date-prefer-future"
+ (const :tag "Use org-read-date-prefer-future"
org-read-date-prefer-future)
(const :tag "Never" nil)
(const :tag "Always" t)))