Skip to content

Commit f92d4ff

Browse files
Merge pull request #10859 from changeworld/patch-3
Fix typo: Fomat -> Format
2 parents b4506b5 + d96b127 commit f92d4ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/snippets/cpp/VS_Snippets_Misc/wrl-media-capture/cpp/grayscaletransform/grayscaletransform.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ class CGrayscale
219219
IMFMediaType *m_pInputType; // Input media type.
220220
IMFMediaType *m_pOutputType; // Output media type.
221221

222-
// Fomat information
222+
// Format information
223223
UINT32 m_imageWidthInPixels;
224224
UINT32 m_imageHeightInPixels;
225225
DWORD m_cbImageSize; // Image size, in bytes.

0 commit comments

Comments
 (0)