docs: fix simple typo, cought -> caught

There is a small typo in canlogserver.c.

Should read `caught` rather than `cought`.
pull/269/head
Tim Gates 2020-12-06 17:31:33 +11:00
parent 6a14256323
commit 333e631286
No known key found for this signature in database
GPG Key ID: AE3BE0D53823CF05
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{