diff options
Diffstat (limited to 'src/option.cc')
-rw-r--r-- | src/option.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/option.cc b/src/option.cc index 81f9af5b..82b17bb7 100644 --- a/src/option.cc +++ b/src/option.cc @@ -95,7 +95,7 @@ namespace { if (name[0] == '-') add_error_context(_f("While parsing option '%1%'") % name); else - add_error_context(_f("While parsing environent variable '%1%'") % name); + add_error_context(_f("While parsing environment variable '%1%'") % name); throw; } } |