Skip to content

Commit c24d1c0

Browse files
committed
Fix typo: attribue -> attribute
1 parent 42c4c1d commit c24d1c0

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)