gpioevents: Fix a typo in a diagnostic output message

- s/recieved/received/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2023-12-27 09:41:48 +01:00
parent f795d5458b
commit 63c928f17e

View file

@ -456,7 +456,7 @@ run_sigio(bool loop, int handle, const char *file)
do {
if (sigio == 1) {
sigio = 0;
printf("%s: recieved SIGIO on %s\n", getprogname(),
printf("%s: received SIGIO on %s\n", getprogname(),
file);
run_read(false, handle, file, 0);
}