Merge pull request #63 from davidskeck/typo-fix

fix minor typo
This commit is contained in:
Joseph C. Lehner 2020-12-14 09:00:56 +01:00 committed by GitHub
commit 5984bbce7e
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();