aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gprs-llc.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-02-28 09:21:59 +0000
committerGuy Harris <guy@alum.mit.edu>2005-02-28 09:21:59 +0000
commit6421106005e31dc777210748d5223c7b3d86a3b4 (patch)
tree602a92747c5b0ff8d27417d41a3185e32d4e731e /epan/dissectors/packet-gprs-llc.c
parent66a1da065b63ec1ee4a3ea4d493a6f6e485a1da8 (diff)
Fix capitalization.
svn path=/trunk/; revision=13549
Diffstat (limited to 'epan/dissectors/packet-gprs-llc.c')
-rw-r--r--epan/dissectors/packet-gprs-llc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gprs-llc.c b/epan/dissectors/packet-gprs-llc.c
index 72d061f798..fa46c2b466 100644
--- a/epan/dissectors/packet-gprs-llc.c
+++ b/epan/dissectors/packet-gprs-llc.c
@@ -448,7 +448,7 @@ proto_register_llcgprs(void)
llcgprs_module = prefs_register_protocol ( proto_llcgprs, NULL );
prefs_register_bool_preference ( llcgprs_module, "autodetect_cipher_bit",
- "autodetect cipher bit",
+ "Autodetect cipher bit",
"Whether to autodetect the cipher bit (because it might be set on unciphered data)",
&ignore_cipher_bit );
}