minor spelling fixes

This commit is contained in:
Carlos E. Garcia 2014-09-15 14:04:19 -04:00
parent 24bdaf5c4e
commit 5d6655c84f
4 changed files with 5 additions and 5 deletions

View file

@ -938,7 +938,7 @@ HTML_STYLESHEET =
# user-defined cascading style sheet that is included after the standard
# style sheets created by doxygen. Using this option one can overrule
# certain style aspects. This is preferred over using HTML_STYLESHEET
# since it does not replace the standard style sheet and is therefor more
# since it does not replace the standard style sheet and is therefore more
# robust against future updates. Doxygen will copy the style sheet file to
# the output directory.

View file

@ -749,7 +749,7 @@ repetitive, but may vary slightly in the date they occur on, or the
amount. Some transactions are weekly, monthly, quarterly or annually.
Ledger mode provides a way to schedule upcoming transaction with a
flexible scheduler that allows you to specify the transactions in a
separate ledger file and calculate the upcoming occurences of those
separate ledger file and calculate the upcoming occurrences of those
transactions. You can then copy the transactions into your live data
file.

View file

@ -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))))))

View file

@ -388,7 +388,7 @@ void global_scope_t::read_environment_settings(char * envp[])
process_environment(const_cast<const char **>(envp), "LEDGER_", report());
#if 1
// These are here for backwards compatability, but are deprecated.
// These are here for backwards compatibility, but are deprecated.
if (const char * p = std::getenv("LEDGER")) {
if (! std::getenv("LEDGER_FILE"))