From 7255d71e2779b5427fc6610070d7a78bacbe32e1 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Mon, 10 Apr 2023 19:29:27 +0200 Subject: Fix typo --- src/option.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/option.h b/src/option.h index 1d97b934..65aa653e 100644 --- a/src/option.h +++ b/src/option.h @@ -170,7 +170,7 @@ public: if (args.size() < 2) throw_(std::runtime_error, _f("No argument provided for %1%") % desc()); else if (args.size() > 2) - throw_(std::runtime_error, _f("To many arguments provided for %1%") % desc()); + throw_(std::runtime_error, _f("Too many arguments provided for %1%") % desc()); else if (! args[0].is_string()) throw_(std::runtime_error, _f("Context argument for %1% not a string") % desc()); on(args.get(0), args.get(1)); -- cgit v1.2.3