From ee4c5a8671ffe211c0d46df9fe2327f8c1b76817 Mon Sep 17 00:00:00 2001 From: Takashi Takebayashi Date: Fri, 8 Aug 2025 10:16:54 +0900 Subject: [PATCH] Fix typo: peferred -> preferred --- .../cpp/grayscaletransform/grayscaletransform.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/snippets/cpp/VS_Snippets_Misc/wrl-media-capture/cpp/grayscaletransform/grayscaletransform.cpp b/docs/snippets/cpp/VS_Snippets_Misc/wrl-media-capture/cpp/grayscaletransform/grayscaletransform.cpp index 13dadf5f14e..b9f174ed891 100644 --- a/docs/snippets/cpp/VS_Snippets_Misc/wrl-media-capture/cpp/grayscaletransform/grayscaletransform.cpp +++ b/docs/snippets/cpp/VS_Snippets_Misc/wrl-media-capture/cpp/grayscaletransform/grayscaletransform.cpp @@ -1387,7 +1387,7 @@ HRESULT CGrayscale::ProcessOutput( // Create a partial media type from our list. // -// dwTypeIndex: Index into the list of peferred media types. +// dwTypeIndex: Index into the list of preferred media types. // ppmt: Receives a pointer to the media type. HRESULT CGrayscale::OnGetPartialType(DWORD dwTypeIndex, IMFMediaType **ppmt)