From 5d6655c84ff3530d197b8d8515230e6939c0ed1c Mon Sep 17 00:00:00 2001 From: "Carlos E. Garcia" Date: Mon, 15 Sep 2014 14:04:19 -0400 Subject: minor spelling fixes --- lisp/ledger-schedule.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/ledger-schedule.el') 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)))))) -- cgit v1.2.3