Fixed a typo

This commit is contained in:
John Wiegley 2012-03-01 21:33:27 -06:00
parent 576aa90bb6
commit 0e81c60d70

View file

@ -743,7 +743,7 @@ void instance_t::include_directive(char * line)
if (glob.match(base)) {
journal_t * journal = context.journal;
account_t * master = context.master;
account_t * scope = context.scope;
scope_t * scope = context.scope;
context_stack.push(*iter);