]> git.mxchange.org Git - friendica-addons.git/blobdiff - jappixmini/jappixmini.php
fixed typo in comments
[friendica-addons.git] / 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 = "{}";
     }