Skip to content

Commit bfe6c4f

Browse files
authored
Fix typo in bufferingModeStrings array
1 parent dca268e commit bfe6c4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

snippets/csharp/System.Drawing/BufferedGraphics/Overview/bufferingtest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class BufferingExample : Form
1313

1414
private byte bufferingMode;
1515
private string[] bufferingModeStrings =
16-
[ "Draw to Form without OptimizedDoubleBufferring control style",
16+
[ "Draw to Form without OptimizedDoubleBuffering control style",
1717
"Draw to Form using OptimizedDoubleBuffering control style",
1818
"Draw to HDC for form" ];
1919

0 commit comments

Comments
 (0)