Fixed a misspelled parameter name.

This commit is contained in:
John Wiegley 2009-02-02 17:55:41 -04:00
parent 33ce1cbc4a
commit 2a0f8d5099

View file

@ -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);