mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
gpioevents: Fix a typo in a diagnostic output message
- s/recieved/received/
(cherry picked from commit 63c928f17e)
This commit is contained in:
parent
803570ec20
commit
7f19b9b458
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue