From fe8b924760c9ad8b81100a195f29b9c0eff54736 Mon Sep 17 00:00:00 2001 From: Nathan Straz Date: Thu, 19 Sep 2013 16:24:47 -0400 Subject: Fix typo --- qarshd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qarshd.c b/qarshd.c index ef0fc15..b911ef7 100644 --- a/qarshd.c +++ b/qarshd.c @@ -407,7 +407,7 @@ handle_qarsh() } break; default: - syslog(LOG_ERR, "Expected message type %s", qp_packet_type(qp->qp_type)); + syslog(LOG_ERR, "Unexpected message type %s", qp_packet_type(qp->qp_type)); break; } nfd--; -- cgit