We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc2a5a commit db2ac1fCopy full SHA for db2ac1f
src/cascadia/TerminalApp/TerminalPaneContent.cpp
@@ -67,7 +67,7 @@ namespace winrt::TerminalApp::implementation
67
void TerminalPaneContent::Close()
68
{
69
// We deliberately remove the event handlers before closing the control.
70
- // This is to prevent re-entrancy issues, pointless callbacks, etc.
+ // This is to prevent reentrancy issues, pointless callbacks, etc.
71
_removeControlEvents();
72
73
_control.Close();
0 commit comments