mobile: fix typo in comment

This commit is contained in:
Philipp Schaefer 2013-04-09 23:50:12 +02:00
parent 81857a3812
commit b97b2fc418

View File

@ -22,7 +22,7 @@ public class IITC_AboutDialogPreference extends DialogPreference{
/*
* start a little about-dialog
* srsly...I found no better way for clickable links in a TextView then
* using Html.fromHtml...Linkify ist just broken and does not understand
* using Html.fromHtml...Linkify is just broken and does not understand
* html href tags...so let's tag the @string/about_msg with CDATA and
* use Html.fromHtml(...) for clickable hrefs with tags.
*/