From d4f64f9fd3dc95694bbcb4fb61cec29f5de543a0 Mon Sep 17 00:00:00 2001 From: q66 Date: Mon, 8 Aug 2016 21:46:04 +0100 Subject: [PATCH] typo --- lib_str.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_str.cc b/lib_str.cc index f0c26251..46178a5b 100644 --- a/lib_str.cc +++ b/lib_str.cc @@ -77,7 +77,7 @@ void cs_init_lib_string(CsState &cs) { cs.result->set_mstr(conc(args, true)); }); - cs.add_command("concatworld", "V", [&cs](TvalRange args) { + cs.add_command("concatword", "V", [&cs](TvalRange args) { cs.result->set_mstr(conc(args, false)); });