summaryrefslogtreecommitdiff
path: root/epan/unit_strings.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2016-12-16 08:54:56 +0100
committerStig Bjørlykke <stig@bjorlykke.org>2016-12-16 09:08:39 +0000
commitdaf7c840fd7888dd64a70a626ddc1b4fe3eae475 (patch)
tree99a741f3e8d99ff94397f219b01c0d31caf2c525 /epan/unit_strings.h
parent232cb9a2dd87ea9cc9c88d4c32bfb7b452705130 (diff)
downloadwireshark-daf7c840fd7888dd64a70a626ddc1b4fe3eae475.tar.gz
Fix typo in unit_name_string units_decibels name.
Change-Id: Ib17ca3a613648667d0f99fa7412d074a205840a9 Reviewed-on: https://code.wireshark.org/review/19300 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'epan/unit_strings.h')
-rw-r--r--epan/unit_strings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/unit_strings.h b/epan/unit_strings.h
index cbe94f8076..8cd0ee73ff 100644
--- a/epan/unit_strings.h
+++ b/epan/unit_strings.h
@@ -62,7 +62,7 @@ WS_DLL_PUBLIC const unit_name_string units_microseconds; //only seconds a
WS_DLL_PUBLIC const unit_name_string units_nanosecond_nanoseconds; // full unit name "nanosecond[s?]"
WS_DLL_PUBLIC const unit_name_string units_nanometers;
WS_DLL_PUBLIC const unit_name_string units_degree_degrees;
-WS_DLL_PUBLIC const unit_name_string units_decibals;
+WS_DLL_PUBLIC const unit_name_string units_decibels;
WS_DLL_PUBLIC const unit_name_string units_dbm;
WS_DLL_PUBLIC const unit_name_string units_percent;
WS_DLL_PUBLIC const unit_name_string units_khz;