aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-10-27 07:51:47 +0200
committerAnders Broman <a.broman58@gmail.com>2016-10-27 07:11:36 +0000
commit43ae42d5e88e106d8779a008313b278416562376 (patch)
tree32a57fb28f4236ea2574bd7b7e863605624ae1a0
parent38bf499648000f8a0beb7c02e889f2909e590366 (diff)
ncp: fix spelling typo found by lintian
Change-Id: Ib6f44590671ac48461b09af7e297dc5737c3459f Reviewed-on: https://code.wireshark.org/review/18503 Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--epan/dissectors/packet-ncp.c2
1 files changed, 1 insertions, 1 deletions
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,