summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/global.cc2
1 files changed, 1 insertions, 1 deletions
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"))