summaryrefslogtreecommitdiff
path: root/wiretap
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-01-19 17:36:50 -0800
committerGuy Harris <guy@alum.mit.edu>2017-01-20 01:52:01 +0000
commit96f07a0f56d5edbb0498a263e7dc13a618595d48 (patch)
tree897895b493ad8c3ae862ffa349d147696c3aa55f /wiretap
parent73b5e3d0082cc7ca65e5a085bd80264e5a0b1082 (diff)
downloadwireshark-96f07a0f56d5edbb0498a263e7dc13a618595d48.tar.gz
Fix typo.
Change-Id: I46be1220c8e789e1006cfbf7cff60e9556ff2caf Reviewed-on: https://code.wireshark.org/review/19685 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/wtap_opttypes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/wtap_opttypes.c b/wiretap/wtap_opttypes.c
index d1a9c95fd6..199280bfd6 100644
--- a/wiretap/wtap_opttypes.c
+++ b/wiretap/wtap_opttypes.c
@@ -1192,7 +1192,7 @@ void wtap_opttypes_initialize(void)
num_custom_blocks = 0;
/*
- * Registser the SHB and the options that can appear in it.
+ * Register the SHB and the options that can appear in it.
*/
wtap_opttype_block_register(WTAP_BLOCK_NG_SECTION, &shb_block);
wtap_opttype_option_register(&shb_block, OPT_SHB_HARDWARE, &shb_hardware);