Skip to content

Commit

Permalink
spelling: writing
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Jan 19, 2020
1 parent 2bab9ac commit f2cc47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/vtpipeterm/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ int __cdecl wmain(int argc, WCHAR* argv[])

if (fUseDebug)
{
// Create a debug console for writting debugging output to.
// Create a debug console for writing debugging output to.
debug = new VtConsole(DebugReadCallback, false, false, { 80, 32 });
// Echo stdin to stdout, but ignore newlines (so cat doesn't echo the input)
// debug->spawn(L"ubuntu run tr -d '\n' | cat -sA");
Expand Down

0 comments on commit f2cc47d

Please sign in to comment.