summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Egli <christian.egli@sbszh.ch>2011-03-21 20:11:08 +0000
committerBastien Guerry <bzg@altern.org>2011-03-22 10:47:47 +0100
commitf9923ecc4a93bcfa9c34db4078228ed3b1caf25a (patch)
tree514e6730f9d90d3f7fb8f24daa59fb383b1ee27c
parente5340a365022f19a12e7424d781d688889e191f8 (diff)
downloadorg-mode-f9923ecc4a93bcfa9c34db4078228ed3b1caf25a.tar.gz
Fix a typo in the commentary.
* org-taskjuggler.el: Fix a typo in the commentary.
-rw-r--r--lisp/org-taskjuggler.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-taskjuggler.el b/lisp/org-taskjuggler.el
index bcf2c45..f891634 100644
--- a/lisp/org-taskjuggler.el
+++ b/lisp/org-taskjuggler.el
@@ -144,7 +144,7 @@
;; - Look at org-file-properties, org-global-properties and
;; org-global-properties-fixed
;; - What about property inheritance and org-property-inherit-p?
-;; - Use TYP_TODO as an way to assign resources
+;; - Use TYPE_TODO as an way to assign resources
;; - Make sure multiple dependency definitions (i.e. BLOCKER on
;; previous-sibling and on a specific task_id) in multiple
;; attributes are properly exported.