From b97b2fc418490b96eb1c1b10bfbe9ecbdf2a8952 Mon Sep 17 00:00:00 2001 From: Philipp Schaefer Date: Tue, 9 Apr 2013 23:50:12 +0200 Subject: [PATCH] mobile: fix typo in comment --- .../src/com/cradle/iitc_mobile/IITC_AboutDialogPreference.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/src/com/cradle/iitc_mobile/IITC_AboutDialogPreference.java b/mobile/src/com/cradle/iitc_mobile/IITC_AboutDialogPreference.java index bb9d7ca0..fde24883 100644 --- a/mobile/src/com/cradle/iitc_mobile/IITC_AboutDialogPreference.java +++ b/mobile/src/com/cradle/iitc_mobile/IITC_AboutDialogPreference.java @@ -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. */