tweeper.php: fix a typo s/Apparenty/Apparently/
authorAntonio Ospite <ao2@ao2.it>
Tue, 17 May 2016 14:14:29 +0000 (16:14 +0200)
committerAntonio Ospite <ao2@ao2.it>
Fri, 20 May 2016 08:55:09 +0000 (10:55 +0200)
tweeper.php

index bfc07f2..736b5b3 100644 (file)
@@ -213,7 +213,7 @@ class Tweeper {
    * Convert json to xml.
    */
   private function json_to_xml($json, $root_node_name) {
-    // Apparenty the ObjectNormalizer used afterwards is not able to handle
+    // Apparently the ObjectNormalizer used afterwards is not able to handle
     // the stdClass object created by json_decode() with the default setting
     // $assoc = false; so use $assoc = true.
     $data = json_decode($json, $assoc = TRUE);