diff options
| author | Maxime Coste <mawww@kakoune.org> | 2017-09-11 21:14:06 +0800 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2017-09-11 21:14:06 +0800 |
| commit | c859cb57dccbd8809d77dbf6d9000e08a2d5bcbb (patch) | |
| tree | 87825df476b52774940170271c6f2686fcf38b48 /src | |
| parent | 661047795c8f76544eb63a35eea929d91a7d87fd (diff) | |
| parent | 3ed0ac8f6207e43e05fa0f96fa9294cdc2940c8d (diff) | |
Merge remote-tracking branch 'Delapouite/too-many'
Diffstat (limited to 'src')
| -rw-r--r-- | src/option_types.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/option_types.hh b/src/option_types.hh index 01d7ea3b..0433d4d9 100644 --- a/src/option_types.hh +++ b/src/option_types.hh @@ -197,7 +197,7 @@ void option_from_string(StringView str, std::tuple<Types...>& opt) if (elems.size() != sizeof...(Types)) throw runtime_error(elems.size() < sizeof...(Types) ? "not enough elements in tuple" - : "to many elements in tuple"); + : "too many elements in tuple"); TupleOptionDetail<sizeof...(Types)-1, Types...>::from_string(elems, opt); } |
