aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_gm.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-12-17 00:08:38 +0000
committerBill Meier <wmeier@newsguy.com>2008-12-17 00:08:38 +0000
commit33c99f44fdc0b65ed2e0fecb0c34c32d4e454942 (patch)
tree5a9e06dd5f91951645bff0dd47c3d1bca8623fe8 /epan/dissectors/packet-gsm_a_gm.c
parent1b59a486340656572894aee6cfebc67ad5f8eff3 (diff)
Fix typos and spelling (mostly in text strings)
svn path=/trunk/; revision=27028
Diffstat (limited to 'epan/dissectors/packet-gsm_a_gm.c')
-rw-r--r--epan/dissectors/packet-gsm_a_gm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-gsm_a_gm.c b/epan/dissectors/packet-gsm_a_gm.c
index 8c35235bcc..d5a5b43dcf 100644
--- a/epan/dissectors/packet-gsm_a_gm.c
+++ b/epan/dissectors/packet-gsm_a_gm.c
@@ -4056,7 +4056,7 @@ de_sm_cause(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len _U_, gcha
case 0x1a: str="Insufficient resources"; break;
case 0x1b: str="Missing or unknown APN"; break;
case 0x1c: str="Unknown PDP address or PDP type"; break;
- case 0x1d: str="User Aauthentication failed"; break;
+ case 0x1d: str="User Authentication failed"; break;
case 0x1e: str="Activation rejected by GGSN"; break;
case 0x1f: str="Activation rejected, unspecified"; break;
case 0x20: str="Service option not supported"; break;
@@ -4467,7 +4467,7 @@ de_sm_tflow_temp(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gch
* bit is set to 1; otherwise, the E bit is set to 0.
*/
if (e_bit == 1){
- proto_tree_add_text(tf_tree, tvb, curr_offset, 1, "Note: Possible Authorizaton Token/Flow Identifier not decoded yet");
+ proto_tree_add_text(tf_tree, tvb, curr_offset, 1, "Note: Possible Authorization Token/Flow Identifier not decoded yet");
}
return(curr_offset - offset);
}