From c28aa2f7e2c9e79eb6252b5d5a2461edc0c8837a Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Tue, 28 Sep 2021 00:57:52 -0400 Subject: [PATCH] CmdContext: Fix typo --- src/commands/CmdContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/CmdContext.cpp b/src/commands/CmdContext.cpp index d41a9a1dd..ca248027d 100644 --- a/src/commands/CmdContext.cpp +++ b/src/commands/CmdContext.cpp @@ -185,7 +185,7 @@ void CmdContext::defineContext (const std::vector & words, std::str throw format ("The name '{1}' is reserved and not allowed to use as a context name.", words[1]); } - // Extract MISCELLANEOUS arguments (containign the filter definition) for later analysis + // Extract MISCELLANEOUS arguments (containing the filter definition) for later analysis std::vector lexedArgs = Context::getContext ().cli2.getMiscellaneous(); // Check if the value is a proper filter by filtering current pending.data