Skip to content

Commit

Permalink
codespell: exec.c
Browse files Browse the repository at this point in the history
./UnitaryTests/exec.c:49: bellow ==> below
  • Loading branch information
LudovicRousseau committed Feb 11, 2023
1 parent 1b7749e commit d50267c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnitaryTests/exec.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ int main(void)

/* the libpcsclite/pcscd socket should automatically be closed by
* the exec */
printf("You should not see any _socket_ file descriptor bellow:\n");
printf("You should not see any _socket_ file descriptor below:\n");

execl("/bin/sh", "sh", "-c", "ls -l /proc/self/fd", NULL);
perror("exec");
Expand Down

0 comments on commit d50267c

Please sign in to comment.