os: fix typo in OsSigHandler() error message
Recieved → Received Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
0a75bd640b
commit
0c7109f321
|
@ -129,7 +129,7 @@ OsSigHandler(int signo)
|
||||||
|
|
||||||
#ifdef SA_SIGINFO
|
#ifdef SA_SIGINFO
|
||||||
if (sip->si_code == SI_USER) {
|
if (sip->si_code == SI_USER) {
|
||||||
ErrorFSigSafe("Recieved signal %u sent by process %u, uid %u\n", signo,
|
ErrorFSigSafe("Received signal %u sent by process %u, uid %u\n", signo,
|
||||||
sip->si_pid, sip->si_uid);
|
sip->si_pid, sip->si_uid);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in New Issue