From 5f54ac6db1820cf1119d62ae5e32d040546b86ee Mon Sep 17 00:00:00 2001 From: Eugene Nuribekov Date: Tue, 23 Jul 2024 12:19:34 +0000 Subject: [PATCH] Typo fixes --- fw/apm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fw/apm.c b/fw/apm.c index a94496570..aa27a44a6 100644 --- a/fw/apm.c +++ b/fw/apm.c @@ -1346,7 +1346,7 @@ __tfw_apm_crc32_calc(TfwMsgIter *it, TfwStr *chunk) * - Integrity of the response body * - CRC * Successful passing all of the checks considered -* as a sign that server alive. +* as a sign that the server is alive. */ bool tfw_apm_hm_srv_alive(TfwHttpResp *resp, TfwServer *srv)