docs: fix simple typo, cought -> caught
There is a small typo in canlogserver.c. Should read `caught` rather than `cought`.pull/269/head
parent
6a14256323
commit
333e631286
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue