diff options
author | Carlos E. Garcia <carlos@cgarcia.org> | 2014-09-15 14:04:19 -0400 |
---|---|---|
committer | Carlos E. Garcia <carlos@cgarcia.org> | 2014-09-15 14:04:19 -0400 |
commit | 5d6655c84ff3530d197b8d8515230e6939c0ed1c (patch) | |
tree | 30b2b8e832e6d0d410323f7556ca8ffa248ada0e /lisp/ledger-schedule.el | |
parent | 24bdaf5c4e1a4bf0dc349b0ae324e61032b7c2b6 (diff) | |
download | fork-ledger-5d6655c84ff3530d197b8d8515230e6939c0ed1c.tar.gz fork-ledger-5d6655c84ff3530d197b8d8515230e6939c0ed1c.tar.bz2 fork-ledger-5d6655c84ff3530d197b8d8515230e6939c0ed1c.zip |
minor spelling fixes
Diffstat (limited to 'lisp/ledger-schedule.el')
-rw-r--r-- | lisp/ledger-schedule.el | 4 |
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)))))) |