Skip to content

Commit 3378e3b

Browse files
author
Schneider
committed
colesafearray-class_4.cpp: fix typo
1 parent 4e2ab3b commit 3378e3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/mfc/codesnippet/CPP/colesafearray-class_4.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ for (long r = lowRow; r <= lNumRows; r++)
3535
TRACE(_T("%s\n"), (CString)val.bstrVal);
3636
break;
3737

38-
// other cases ommitted
38+
// other cases omitted
3939

4040
case VT_EMPTY:
4141
TRACE(_T("<empty>\n"));

0 commit comments

Comments
 (0)