From fa21521070e700558f7d4da3c1f7a0252b077971 Mon Sep 17 00:00:00 2001
From: Antonio Ospite <ao2@ao2.it>
Date: Tue, 17 May 2016 16:14:29 +0200
Subject: [PATCH 1/1] tweeper.php: fix a typo s/Apparenty/Apparently/

---
 tweeper.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
-- 
2.1.4