summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-09-28 16:40:00 +0200
committerBastien Guerry <bzg@altern.org>2012-09-28 16:40:00 +0200
commitb56acb69ff9b3eb75b5e443b099604939adfe136 (patch)
treeb7f6c8a43938d02065908e6c65d20354ee7a624b
parent3a11d64d23f2384d76fe1ffe949bf3c8834870de (diff)
downloadorg-mode-b56acb69ff9b3eb75b5e443b099604939adfe136.tar.gz
org-fixup.el (org-make-local-mk): Fix typo in comment
* org-fixup.el (org-make-local-mk): Fix typo in comment.
-rw-r--r--mk/org-fixup.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/org-fixup.el b/mk/org-fixup.el
index fcf4753..80439a9 100644
--- a/mk/org-fixup.el
+++ b/mk/org-fixup.el
@@ -131,7 +131,7 @@ Convenience function for easier invocation from command line."
# Remove \"oldorg:\" to switch to \"all\" as the default target.
# Change \"oldorg:\" to an existing target to make that target the default,
# or define your own target here to become the default target.
-oldorg: # do what the old Makfile did by default
+oldorg: # do what the old Makefile did by default.
##----------------------------------------------------------------------
")