aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_common.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2009-05-01 07:08:59 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2009-05-01 07:08:59 +0000
commite93d5f53145f210f725f2c49a3351f1e183c9b6f (patch)
tree7ed321394c727f128f0aff9eb8ac2dbe34ec54ab /epan/dissectors/packet-gsm_a_common.c
parent905ae0ffd53ce37dd88ee77bec364bf6791ce91b (diff)
From Reinhard Speyerer:
This patch fixes several misspellings/typos in Wireshark SVN revision 28201. svn path=/trunk/; revision=28211
Diffstat (limited to 'epan/dissectors/packet-gsm_a_common.c')
-rw-r--r--epan/dissectors/packet-gsm_a_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gsm_a_common.c b/epan/dissectors/packet-gsm_a_common.c
index daa15aa154..74ad814f8e 100644
--- a/epan/dissectors/packet-gsm_a_common.c
+++ b/epan/dissectors/packet-gsm_a_common.c
@@ -2034,7 +2034,7 @@ de_pd_sapi(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len _U_, gchar
other_decode_bitfield_value(a_bigbuf, oct, 0x30, 8);
proto_tree_add_text(subtree, tvb, curr_offset, 1,
- "%s : SAPI (Sevice Access Point Identifier): %s",
+ "%s : SAPI (Service Access Point Identifier): %s",
a_bigbuf,
str);