Skip to content

Commit b3bac68

Browse files
authored
Merge pull request #10905 from changeworld/patch-6
Fix typo: attribue -> attribute
2 parents 17a499a + c24d1c0 commit b3bac68

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
@@ -253,7 +253,7 @@ MFT_GRAYSCALE_SATURATION (type = double)
253253
254254
MFT_GRAYSCALE_CHROMA_ROTATION (type = double)
255255
256-
Rotates the chroma values of each pixel. The attribue value is the angle of
256+
Rotates the chroma values of each pixel. The attribute value is the angle of
257257
rotation in degrees. The result is a shift in hue.
258258
259259
The effect is implemented by treating the chroma value of each pixel as a vector [u,v],

0 commit comments

Comments
 (0)