aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ndps.c
diff options
context:
space:
mode:
authormoshekaplan <me@moshekaplan.com>2016-01-05 19:58:42 -0500
committerMichael Mann <mmann78@netscape.net>2016-01-08 20:04:56 +0000
commitcd7026951b2354cb633b51cd82d6de0a0f622f00 (patch)
tree98e01231a03392a988f8621a8cbc6f7553bce0ca /epan/dissectors/packet-ndps.c
parentc1bcbb6eee97239be09d820ca3c16c46cf072fc6 (diff)
Fix a lot of typos and misspellings
Change-Id: I8512cfa1d424f82a873a0e0e1d22c7b075fdd7f3 Reviewed-on: https://code.wireshark.org/review/13069 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-ndps.c')
-rw-r--r--epan/dissectors/packet-ndps.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-ndps.c b/epan/dissectors/packet-ndps.c
index b31db4e033..5883fd5ae4 100644
--- a/epan/dissectors/packet-ndps.c
+++ b/epan/dissectors/packet-ndps.c
@@ -1358,7 +1358,7 @@ static const value_string ndps_error_types[] = {
{ 0xFFFFFB47, "Notify Unknown Session" },
{ 0xFFFFFB48, "Notify No Attribute Values" },
{ 0xFFFFFB49, "Notify DS Value Size Too Large" },
- { 0xFFFFFB4A, "Notify Service Name Must be Fully Distiguished" },
+ { 0xFFFFFB4A, "Notify Service Name Must be Fully Distinguished" },
{ 0xFFFFFB4B, "Notify Failed Login" },
{ 0xFFFFFB4C, "Notify Failed to Create Context" },
{ 0xFFFFFB4D, "Notify Failed to Get Messages" },
@@ -1937,7 +1937,7 @@ static const value_string ndps_error_types[] = {
{ 0xffffff67, "(-153) Directory Full" },
{ 0xffffff68, "(-152) Invalid Volume" },
{ 0xffffff69, "(-151) No Spool Space" },
- { 0xffffff6a, "(-150) No Alloc Space/Target Not a Subdirectory/Insuffficient Memory" },
+ { 0xffffff6a, "(-150) No Alloc Space/Target Not a Subdirectory/Insufficient Memory" },
{ 0xffffff6b, "(-149) File Detached" },
{ 0xffffff6c, "(-148) No Write Privilege" },
{ 0xffffff6d, "(-147) No Read Privilege" },
@@ -4289,7 +4289,7 @@ dissect_ndps_pdu(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void* data
*
* SPX EOM not being set indicates we are inside or at the
* beginning of a fragment. But when the end of the fragment
- * is encounterd the flag is set. So we must mark what the
+ * is encountered the flag is set. So we must mark what the
* frame number is of the end fragment so that we will be
* able to redissect if the user clicks on the packet
* or resorts/filters the trace.
@@ -4393,7 +4393,7 @@ ndps_defrag(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, spx_info *spx_i
}
else
{
- /* This is either a beggining or middle fragment on second dissection */
+ /* This is either a beginning or middle fragment on second dissection */
next_tvb = tvb_new_subset_remaining(tvb, 0);
if (!spx_info_p->eom)
{