Skip to content

Commit 089be2d

Browse files
authored
Merge pull request #10999 from changeworld/patch-1
Fix typo: peferred -> preferred
2 parents f66019b + ee4c5a8 commit 089be2d

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
@@ -1387,7 +1387,7 @@ HRESULT CGrayscale::ProcessOutput(
13871387

13881388
// Create a partial media type from our list.
13891389
//
1390-
// dwTypeIndex: Index into the list of peferred media types.
1390+
// dwTypeIndex: Index into the list of preferred media types.
13911391
// ppmt: Receives a pointer to the media type.
13921392

13931393
HRESULT CGrayscale::OnGetPartialType(DWORD dwTypeIndex, IMFMediaType **ppmt)

0 commit comments

Comments
 (0)