Skip to content

Commit d2159e1

Browse files
authored
Fix typo: attribue -> attribute (#5478)
1 parent 3d8ca51 commit d2159e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cppcx/codesnippet/CPP/walkthrough-creating-a-windows-store-app-using-wrl-and-media-foundation_4.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ MFT_GRAYSCALE_SATURATION (type = double)
252252
253253
MFT_GRAYSCALE_CHROMA_ROTATION (type = double)
254254
255-
Rotates the chroma values of each pixel. The attribue value is the angle of
255+
Rotates the chroma values of each pixel. The attribute value is the angle of
256256
rotation in degrees. The result is a shift in hue.
257257
258258
The effect is implemented by treating the chroma value of each pixel as a vector [u,v],

0 commit comments

Comments
 (0)