summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/Doxyfile.in2
-rw-r--r--doc/ledger-mode.texi2
-rw-r--r--lisp/ledger-schedule.el4
-rw-r--r--src/global.cc2
4 files changed, 5 insertions, 5 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index e340d84a..95373660 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -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.
diff --git a/doc/ledger-mode.texi b/doc/ledger-mode.texi
index c8af96cb..17ec0e78 100644
--- a/doc/ledger-mode.texi
+++ b/doc/ledger-mode.texi
@@ -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.
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))))))
diff --git a/src/global.cc b/src/global.cc
index cc928c1b..a58bba54 100644
--- a/src/global.cc
+++ b/src/global.cc
@@ -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"))