Skip to content

Commit d96b127

Browse files
committed
Fix typo: Fomat -> Format
1 parent 4b95faa commit d96b127

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)