From: Ciaran Gultnieks Date: Fri, 2 Nov 2012 10:32:05 +0000 (+0000) Subject: Typo fix X-Git-Tag: 0.1~713 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=19c48901f420379b7e3c85d9c4c2b06279a5362e;p=fdroidserver.git Typo fix --- diff --git a/wp-fdroid/wp-fdroid.php b/wp-fdroid/wp-fdroid.php index 8a4dcedf..2fed1e1c 100644 --- a/wp-fdroid/wp-fdroid.php +++ b/wp-fdroid/wp-fdroid.php @@ -294,7 +294,7 @@ class FDroid $out.="

NOTE: Although APK downloads are available below to give "; $out.="you the choice, you should be aware that by installing that way you "; - $out.="will not receieve update notifications, and it's a less secure way "; + $out.="will not receive update notifications, and it's a less secure way "; $out.="to download, especially if you are not currently using HTTPS. "; $out.="We recommend that you install the F-Droid client and use that.

";