Skip to content

Commit 6ed2c09

Browse files
committed
Fix typo: appropraite -> appropriate
1 parent ae28f38 commit 6ed2c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/snippets/cpp/VS_Snippets_Winforms/AngleEditor/CPP/angleeditor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ namespace AngleEditor
246246
AngleControl^ angleControl = gcnew AngleControl( *dynamic_cast<double^>(value) );
247247
edSvc->DropDownControl( angleControl );
248248

249-
// Return the value in the appropraite data format.
249+
// Return the value in the appropriate data format.
250250
if ( value->GetType() == double::typeid )
251251
return angleControl->angle;
252252
else

0 commit comments

Comments
 (0)