Skip to content

Commit 1dff4ef

Browse files
author
Schneider
committed
ccmdtarget-class_1.cpp: fix typo
1 parent 144184c commit 1dff4ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mfc/codesnippet/CPP/ccmdtarget-class_1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ void CMyView::OnBeginDlgRestore()
3434
// the pair of calls to BeginWaitCursor and EndWaitCursor.
3535
// Sometimes it may not be clear whether the dialog is invoked
3636
// in between a pair of calls to BeginWaitCursor and EndWaitCursor.
37-
// It is permissable to call RestoreWaitCursor, even if
37+
// It is permissible to call RestoreWaitCursor, even if
3838
// BeginWaitCursor was not previously called. This case is
3939
// illustrated below, where CMyView::AnotherFunction does not
4040
// need to know whether it was called in the context of an

0 commit comments

Comments
 (0)