瀏覽代碼

Fix typos

Carsten Dominik 14 年之前
父節點
當前提交
9df61b6c3e
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      doc/org.texi
  2. 1 1
      lisp/org.el

+ 1 - 1
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

+ 1 - 1
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)))