mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CmdCompletionContext: Fix typo
This commit is contained in:
parent
4e00106c71
commit
96fe962604
1 changed files with 2 additions and 2 deletions
|
@ -381,8 +381,8 @@ CmdCompletionContext::CmdCompletionContext ()
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
int CmdCompletionContext::execute (std::string& output)
|
int CmdCompletionContext::execute (std::string& output)
|
||||||
{
|
{
|
||||||
for (auto& contet : CmdContext::getContexts ())
|
for (auto& context : CmdContext::getContexts ())
|
||||||
output += contet + '\n';
|
output += context + '\n';
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue