From 916df412f5b6f7fb9bcfb705a3c8c23e35304410 Mon Sep 17 00:00:00 2001 From: Thomas Renes Date: Sat, 8 Jan 2022 16:25:17 +0100 Subject: Fix various typos and spelling errors in documentation, comments and code. (#4134) --- p/api/pshb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p/api') diff --git a/p/api/pshb.php b/p/api/pshb.php index c2436d0ff..9170c1025 100644 --- a/p/api/pshb.php +++ b/p/api/pshb.php @@ -74,7 +74,7 @@ if (!empty($_REQUEST['hub_mode']) && $_REQUEST['hub_mode'] === 'subscribe') { } $hubJson['lease_start'] = time(); if (!isset($hubJson['error'])) { - $hubJson['error'] = true; //Do not assume that WebSub works until the first successul push + $hubJson['error'] = true; //Do not assume that WebSub works until the first successful push } file_put_contents('./!hub.json', json_encode($hubJson)); header('Connection: close'); -- cgit v1.2.3