aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dvbci.c
diff options
context:
space:
mode:
authorLuke Mewburn <luke@mewburn.net>2015-08-19 10:47:57 +1000
committerHadriel Kaplan <hadrielk@yahoo.com>2015-08-19 00:51:59 +0000
commitfc1b48f46b38b15ef3dfe1dd627cb2d5d7a88fd5 (patch)
tree18e4514cd32f3bff0d04c578327d838b2d73f207 /epan/dissectors/packet-dvbci.c
parent0e8cc9ab0ad41d09cbc886d1283266aea989c563 (diff)
DVBCI: fix typo in comment
Change-Id: I0f6e57b7f16526e7c1b96fb8bd69c003c89b7f42 Reviewed-on: https://code.wireshark.org/review/10119 Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
Diffstat (limited to 'epan/dissectors/packet-dvbci.c')
-rw-r--r--epan/dissectors/packet-dvbci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dvbci.c b/epan/dissectors/packet-dvbci.c
index 4a98d4c77b..800b404f9c 100644
--- a/epan/dissectors/packet-dvbci.c
+++ b/epan/dissectors/packet-dvbci.c
@@ -2436,7 +2436,7 @@ end:
}
#else
-/* HAVE_LIBGRYPT is not set */
+/* HAVE_LIBGCRYPT is not set */
static gint
pref_key_string_to_bin(const gchar *key_string _U_, unsigned char **key_bin _U_)
{