summaryrefslogtreecommitdiff
path: root/lisp/ledger-schedule.el
diff options
context:
space:
mode:
authorCraig Earls <enderw88@gmail.com>2014-09-17 21:14:39 -0700
committerCraig Earls <enderw88@gmail.com>2014-09-17 21:14:39 -0700
commitc7cd14500e4ed9f0ccc2e57f7dcd1b27f1217946 (patch)
treed47d7538f61161125da1f9b0789392fb913549be /lisp/ledger-schedule.el
parenta7e85b65b00249bdcaccb322729be4dc8b4d267d (diff)
parent7c18ba8d7c704595268616b740833c88e93b51f3 (diff)
downloadfork-ledger-c7cd14500e4ed9f0ccc2e57f7dcd1b27f1217946.tar.gz
fork-ledger-c7cd14500e4ed9f0ccc2e57f7dcd1b27f1217946.tar.bz2
fork-ledger-c7cd14500e4ed9f0ccc2e57f7dcd1b27f1217946.zip
Merge commit '7c18ba8d7c704595268616b740833c88e93b51f3'
Diffstat (limited to 'lisp/ledger-schedule.el')
-rw-r--r--lisp/ledger-schedule.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ledger-schedule.el b/lisp/ledger-schedule.el
index 8e2ab1f6..9c41c63d 100644
--- a/lisp/ledger-schedule.el
+++ b/lisp/ledger-schedule.el
@@ -135,7 +135,7 @@ For example every second Friday, regardless of month."
(defun ledger-schedule-scan-transactions (schedule-file)
"Scans AUTO_FILE and returns a list of transactions with date predicates.
-The car of each item is a fuction of date that returns true if
+The car of each item is a function of date that returns true if
the transaction should be logged for that day."
(interactive "fFile name: ")
(let ((xact-list (list)))
@@ -201,7 +201,7 @@ returns true if the date meets the requirements"
(insert "\"" )))
;; read the descriptor string into a lisp object the transform the
- ;; string descriptor into useable things
+ ;; string descriptor into usable things
(ledger-schedule-transform-auto-tree
(read (buffer-substring-no-properties (point-min) (point-max))))))