]> git.mxchange.org Git - friendica-addons.git/commitdiff
fixed typo in comments
authorhauke <hauke@grlg.org>
Thu, 10 Oct 2013 19:55:30 +0000 (21:55 +0200)
committerhauke <hauke@grlg.org>
Thu, 10 Oct 2013 19:55:30 +0000 (21:55 +0200)
jappixmini/jappixmini.php

index ed7b68f821da51771bf141770cbe694c10f6075c..aedbffd0d0d4249999311904d7ad1470b061a058 100644 (file)
@@ -499,7 +499,7 @@ function jappixmini_script(&$a,&$s) {
     $r = q("SELECT `username` FROM `user` WHERE `uid`=$uid");
     $nickname = json_encode($r[0]["username"]);
     $groupchats = get_config('jappixmini','groupchats');
-    //if $groupchats has no value jappix_addon_start will have an sytax error
+    //if $groupchats has no value jappix_addon_start will produce a syntax error
     if(!isset($groupchats)){
        $groupchats = "{}";
     }