Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
change message to function name
  • Loading branch information
soyoo authored and gdamore committed Aug 23, 2023
1 parent 97eb677 commit db358a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/async/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ client(const char *url, const char *msecstr)
}

if ((rv = nng_sendmsg(sock, msg, 0)) != 0) {
fatal("nng_send", rv);
fatal("nng_sendmsg", rv);
}

if ((rv = nng_recvmsg(sock, &msg, 0)) != 0) {
Expand Down

0 comments on commit db358a8

Please sign in to comment.