From 3a05d00c800f9e0b57dc5bc2cce4ba1702faa633 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Wed, 26 Oct 2016 22:05:18 +0200 Subject: [PATCH] synphasor: fix spelling typo found by lintian Change-Id: I9ab5b6c20b544ec09f808cee62a3aa611baf3dae Reviewed-on: https://code.wireshark.org/review/18492 Reviewed-by: Jeff Morriss --- epan/dissectors/packet-synphasor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-synphasor.c b/epan/dissectors/packet-synphasor.c index 885a5d5701..5de6e233a0 100644 --- a/epan/dissectors/packet-synphasor.c +++ b/epan/dissectors/packet-synphasor.c @@ -1249,7 +1249,7 @@ void proto_register_synphasor(void) TFS(&conf_formatb0names), 0x1, NULL, HFILL }}, { &hf_conf_fnom, - { "Nominal line freqency", "synphasor.conf.fnom", FT_BOOLEAN, 16, + { "Nominal line frequency", "synphasor.conf.fnom", FT_BOOLEAN, 16, TFS(&conf_fnomnames), 0x0001, NULL, HFILL }}, { &hf_conf_cfgcnt,