diff --git a/stats/public.php b/stats/public.php
index 2d0f9024d696f136feaaaeab2e95a70224498c96..5d21236da03ef1fc2ee14f1b6cee6866a33e9100 100644
--- a/stats/public.php
+++ b/stats/public.php
@@ -24,7 +24,7 @@ $response = array(
 
 
 if ($isDebug) {
-    debug(json_encode($respone));
+    debug(json_encode($response));
 }
 
 output($status_code_Ok, "", $response);