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