Skip to content

Commit db2ac1f

Browse files
committed
Spel
1 parent 2bc2a5a commit db2ac1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cascadia/TerminalApp/TerminalPaneContent.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ namespace winrt::TerminalApp::implementation
6767
void TerminalPaneContent::Close()
6868
{
6969
// We deliberately remove the event handlers before closing the control.
70-
// This is to prevent re-entrancy issues, pointless callbacks, etc.
70+
// This is to prevent reentrancy issues, pointless callbacks, etc.
7171
_removeControlEvents();
7272

7373
_control.Close();

0 commit comments

Comments
 (0)