We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 144184c commit 1dff4efCopy full SHA for 1dff4ef
docs/mfc/codesnippet/CPP/ccmdtarget-class_1.cpp
@@ -34,7 +34,7 @@ void CMyView::OnBeginDlgRestore()
34
// the pair of calls to BeginWaitCursor and EndWaitCursor.
35
// Sometimes it may not be clear whether the dialog is invoked
36
// in between a pair of calls to BeginWaitCursor and EndWaitCursor.
37
-// It is permissable to call RestoreWaitCursor, even if
+// It is permissible to call RestoreWaitCursor, even if
38
// BeginWaitCursor was not previously called. This case is
39
// illustrated below, where CMyView::AnotherFunction does not
40
// need to know whether it was called in the context of an
0 commit comments