fix minor typo

This commit is contained in:
David Keck 2020-12-13 22:54:56 -05:00 committed by GitHub
parent 0f940474db
commit 50171ba46b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
nmrp.c
View file

@ -447,7 +447,7 @@ int nmrp_do(struct nmrpd_args *args)
sigh_orig = signal(SIGINT, sigh);
if (ethsock_is_unplugged(sock)) {
printf("Waiting for phyiscal connection.\n");
printf("Waiting for physical connection.\n");
bool unplugged = true;
time_t beg = time_monotonic();