diff --git a/data/web/blogfork.telegram.org/bots/samples/hellobot.html b/data/web/blogfork.telegram.org/bots/samples/hellobot.html index 8bea789e3a..7d9a7e4617 100644 --- a/data/web/blogfork.telegram.org/bots/samples/hellobot.html +++ b/data/web/blogfork.telegram.org/bots/samples/hellobot.html @@ -92,7 +92,7 @@ function exec_curl_request($handle) { curl_close($handle); if ($http_code >= 500) { - // do not wat to DDOS server if something goes wrong + // do not want to DDOS server if something goes wrong sleep(10); return false; } else if ($http_code != 200) { diff --git a/data/web/core.telegram.org/bots/samples/hellobot.html b/data/web/core.telegram.org/bots/samples/hellobot.html index 8bea789e3a..7d9a7e4617 100644 --- a/data/web/core.telegram.org/bots/samples/hellobot.html +++ b/data/web/core.telegram.org/bots/samples/hellobot.html @@ -92,7 +92,7 @@ function exec_curl_request($handle) { curl_close($handle); if ($http_code >= 500) { - // do not wat to DDOS server if something goes wrong + // do not want to DDOS server if something goes wrong sleep(10); return false; } else if ($http_code != 200) { diff --git a/data/web/corefork.telegram.org/bots/samples/hellobot.html b/data/web/corefork.telegram.org/bots/samples/hellobot.html index 7dc26c15fa..1ccb6c99c4 100644 --- a/data/web/corefork.telegram.org/bots/samples/hellobot.html +++ b/data/web/corefork.telegram.org/bots/samples/hellobot.html @@ -92,7 +92,7 @@ function exec_curl_request($handle) { curl_close($handle); if ($http_code >= 500) { - // do not wat to DDOS server if something goes wrong + // do not want to DDOS server if something goes wrong sleep(10); return false; } else if ($http_code != 200) {