Fixed: typo

--HG--
branch : develop
This commit is contained in:
Nimetu 2019-01-19 22:28:13 +02:00
parent f4ade875a3
commit 8c51bbc808

View file

@ -350,7 +350,7 @@ namespace NLGUI
return toString( _Underlined );
}
else
if( name == "strikthrough" )
if( name == "strikethrough" )
{
return toString( _StrikeThrough );
}