Fixed a misspelled parameter name.
This commit is contained in:
parent
33ce1cbc4a
commit
2a0f8d5099
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@
|
||||||
namespace ledger {
|
namespace ledger {
|
||||||
|
|
||||||
void process_option(const string& name, scope_t& scope,
|
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,
|
void process_environment(const char ** envp, const string& tag,
|
||||||
scope_t& scope);
|
scope_t& scope);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue