mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-03 13:40:34 +01:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ OsSigHandler(int signo)
|
|||
|
||||
#ifdef SA_SIGINFO
|
||||
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);
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue