summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlexis Hildebrandt <afh@surryhill.net>2015-01-15 23:29:25 +0100
committerAlexis Hildebrandt <afh@surryhill.net>2015-01-15 23:29:25 +0100
commitcebdfde3693af9726a3b14e18f1e025c0c0fff5a (patch)
treeb1ae05e2c3b79bddf1b2b39973eb1ce725831d4a /src
parentf7fd65b9aae4e3fa7d1f19c8d93a912f4d492b69 (diff)
downloadfork-ledger-cebdfde3693af9726a3b14e18f1e025c0c0fff5a.tar.gz
fork-ledger-cebdfde3693af9726a3b14e18f1e025c0c0fff5a.tar.bz2
fork-ledger-cebdfde3693af9726a3b14e18f1e025c0c0fff5a.zip
Fix typo
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 6a30cafb..c144e3be 100644
--- a/src/global.cc
+++ b/src/global.cc
@@ -130,7 +130,7 @@ void global_scope_t::read_init()
{
// if specified on the command line init_file_ is filled in
// global_scope_t::handle_debug_options. If it was specified on the command line
- // fail is the file doesn't exist. If no init file was specified
+ // fail if the file doesn't exist. If no init file was specified
// on the command-line then try the default values, but don't fail if there
// isn't one.
path init_file;