From: Antonio Ospite <ao2@ao2.it>
Date: Tue, 17 May 2016 14:14:29 +0000 (+0200)
Subject: tweeper.php: fix a typo s/Apparenty/Apparently/
X-Git-Tag: v0.6~41
X-Git-Url: https://git.ao2.it/tweeper.git/commitdiff_plain/fa21521070e700558f7d4da3c1f7a0252b077971?ds=inline

tweeper.php: fix a typo s/Apparenty/Apparently/
---

diff --git a/tweeper.php b/tweeper.php
index bfc07f2..736b5b3 100644
--- a/tweeper.php
+++ b/tweeper.php
@@ -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);