From 43ae42d5e88e106d8779a008313b278416562376 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Thu, 27 Oct 2016 07:51:47 +0200 Subject: [PATCH] ncp: fix spelling typo found by lintian Change-Id: Ib6f44590671ac48461b09af7e297dc5737c3459f Reviewed-on: https://code.wireshark.org/review/18503 Reviewed-by: Anders Broman --- epan/dissectors/packet-ncp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-ncp.c b/epan/dissectors/packet-ncp.c index ae8226c053..6be77b86de 100644 --- a/epan/dissectors/packet-ncp.c +++ b/epan/dissectors/packet-ncp.c @@ -845,7 +845,7 @@ dissect_ncp_common(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, nw_connection = (header.conn_high*256)+header.conn_low; /* Ok, we need to track the conversation so that we can - * determine if a new server session is occuring for this + * determine if a new server session is occurring for this * connection. */ conversation = find_conversation(pinfo->num, &pinfo->src, &pinfo->dst,