From: Alan Date: Tue, 16 Apr 2024 03:13:31 +0000 (+0800) Subject: typo X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=93a9f30f80b40a5016a5bcf99339f42917ee2ef7 typo --- diff --git a/Heartbeat.php b/Heartbeat.php index 3ef9acfa..88d46074 100644 --- a/Heartbeat.php +++ b/Heartbeat.php @@ -39,7 +39,7 @@ class Pman_Core_Heartbeat extends Pman $cd->find(true); $cc = clone($cd); if ( (time() - strtotime($cc->display_name)) < 30) { - die("OK - HEATBEAT WORKING"); + die("OK - HEARTBEAT WORKING"); } $cd->display_name = date("Y-m-d H:i:s");