aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rlc.c
diff options
context:
space:
mode:
authorcmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>2011-12-22 14:49:43 +0000
committercmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>2011-12-22 14:49:43 +0000
commit7451baeb012765583ebd625884facec26038f9fe (patch)
tree8bb6080fcc2b81464672f235d61dcdb10bae05ad /epan/dissectors/packet-rlc.c
parenta1bd40e80b2029c5423ee0f836779fa0903d3664 (diff)
What is the airspeed velocity of an unladen swallow?
aspell and my own spelling preferences do not always agree with the spelling variations used by folks across the pond. Revert a couple of spelling changes. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40275 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-rlc.c')
-rw-r--r--epan/dissectors/packet-rlc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-rlc.c b/epan/dissectors/packet-rlc.c
index 87bf0d788e..027c9e0b8f 100644
--- a/epan/dissectors/packet-rlc.c
+++ b/epan/dissectors/packet-rlc.c
@@ -167,12 +167,12 @@ static const value_string rlc_ctrl_vals[] = {
static const value_string rlc_sufi_vals[] = {
{ RLC_SUFI_NOMORE, "No more data" },
{ RLC_SUFI_WINDOW, "Window size" },
- { RLC_SUFI_ACK, "Acknowledgment" },
+ { RLC_SUFI_ACK, "Acknowledgement" },
{ RLC_SUFI_LIST, "List" },
{ RLC_SUFI_BITMAP, "Bitmap" },
{ RLC_SUFI_RLIST, "Relative list" },
{ RLC_SUFI_MRW, "Move receiving window" },
- { RLC_SUFI_MRW_ACK, "Move receiving window acknowledgment" },
+ { RLC_SUFI_MRW_ACK, "Move receiving window acknowledgement" },
{ RLC_SUFI_POLL, "Poll" },
{ 0, NULL }
};
@@ -1946,7 +1946,7 @@ dissect_rlc_heur(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
/* Have reached data, so get out of loop */
continue;
default:
- /* It must be a recognized tag */
+ /* It must be a recognised tag */
return FALSE;
}
}