diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-02 17:55:41 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-02 17:55:41 -0400 |
commit | 2a0f8d5099ad6d2e85eac3cf1377d3999d20c1a0 (patch) | |
tree | 1331cfbeb4d88d33bd67a1b6d7715a2c948d74b5 | |
parent | 33ce1cbc4ae79dc7162a7afe9006770ec7a1ff6c (diff) | |
download | fork-ledger-2a0f8d5099ad6d2e85eac3cf1377d3999d20c1a0.tar.gz fork-ledger-2a0f8d5099ad6d2e85eac3cf1377d3999d20c1a0.tar.bz2 fork-ledger-2a0f8d5099ad6d2e85eac3cf1377d3999d20c1a0.zip |
Fixed a misspelled parameter name.
-rw-r--r-- | src/option.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/option.h b/src/option.h index 39c6273d..acba035c 100644 --- a/src/option.h +++ b/src/option.h @@ -51,7 +51,7 @@ namespace ledger { void process_option(const string& name, scope_t& scope, - const char * arg, const string& name); + const char * arg, const string& varname); void process_environment(const char ** envp, const string& tag, scope_t& scope); |