Merge pull request #269 from timgates42/bugfix_typo_caught

docs: fix simple typo, cought -> caught
This commit is contained in:
Marc Kleine-Budde
2020-12-06 09:53:21 +01:00
committed by GitHub
+1 -1
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) void shutdown_gra(int i)
{ {