Merge pull request #269 from timgates42/bugfix_typo_caught

docs: fix simple typo, cought -> caught
pull/270/head
Marc Kleine-Budde 2020-12-06 09:53:21 +01:00 committed by GitHub
commit 51d675368d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)
{