mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CmdContext: Fix typo
This commit is contained in:
parent
5f8ec9bbe0
commit
c28aa2f7e2
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ void CmdContext::defineContext (const std::vector <std::string>& 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 <A2> lexedArgs = Context::getContext ().cli2.getMiscellaneous();
|
||||
|
||||
// Check if the value is a proper filter by filtering current pending.data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue