From 333e631286c17d6817422b1cf838ddea376056be Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sun, 6 Dec 2020 17:31:33 +1100 Subject: [PATCH] docs: fix simple typo, cought -> caught There is a small typo in canlogserver.c. Should read `caught` rather than `cought`. --- canlogserver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canlogserver.c b/canlogserver.c index 5619a9c..6425ca4 100644 --- a/canlogserver.c +++ b/canlogserver.c @@ -162,7 +162,7 @@ void childdied(int i) } /* - * This is a Signalhandler for a cought SIGTERM + * This is a Signalhandler for a caught SIGTERM */ void shutdown_gra(int i) {