summaryrefslogtreecommitdiff
path: root/src/global.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-03-11 04:02:25 -0500
committerJohn Wiegley <johnw@newartisans.com>2012-03-11 04:02:25 -0500
commitd93c5a7d437a7a85413658ba3672b715077f6eb6 (patch)
treed8453652cf3ea5edea05e1b4f4e8768228c98f42 /src/global.cc
parent363670d35bf451ff8ce636c071da73a0d93c514a (diff)
downloadfork-ledger-d93c5a7d437a7a85413658ba3672b715077f6eb6.tar.gz
fork-ledger-d93c5a7d437a7a85413658ba3672b715077f6eb6.tar.bz2
fork-ledger-d93c5a7d437a7a85413658ba3672b715077f6eb6.zip
Corrected a typo
Diffstat (limited to 'src/global.cc')
-rw-r--r--src/global.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/global.cc b/src/global.cc
index cc14c99e..d7742161 100644
--- a/src/global.cc
+++ b/src/global.cc
@@ -193,7 +193,7 @@ void global_scope_t::execute_command(strings_list args, bool at_repl)
is_precommand = true;
// If it is not a pre-command, then parse the user's ledger data at this
- // time if not done alreday (i.e., if not at a REPL). Then patch up the
+ // time if not done already (i.e., if not at a REPL). Then patch up the
// report options based on the command verb.
if (! is_precommand) {