aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/capture_info_dialog.cpp
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-05-22 08:41:25 -0700
committerGerald Combs <gerald@wireshark.org>2018-05-22 15:48:22 +0000
commite4bca0316bd54773324f70cbd21eb5f72acfbce7 (patch)
tree09029b0479462037c339119aa0a4f8fd2edace5a /ui/qt/capture_info_dialog.cpp
parent1266da2c53410f18e625983620077cbfb6ce8386 (diff)
Fix a typo.
Change-Id: Ia4c267bf6e0971511417e25f6fbf8fa9abdc1034 Reviewed-on: https://code.wireshark.org/review/27712 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt/capture_info_dialog.cpp')
-rw-r--r--ui/qt/capture_info_dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/capture_info_dialog.cpp b/ui/qt/capture_info_dialog.cpp
index 7e9f69dfc8..15a6cd27de 100644
--- a/ui/qt/capture_info_dialog.cpp
+++ b/ui/qt/capture_info_dialog.cpp
@@ -32,7 +32,7 @@
// The GTK+ version of this dialog showed a list of protocols and a simple bar graph
// (progress bars) showing their portion of the total number of packets. We show a
-// a time series for each protocol using a sparkline. If we wanted to show bar grapsh
+// a time series for each protocol using a sparkline. If we wanted to show bar graphs
// instead we could do so using QProgressBars or using PercentBarDelegates.
extern "C" {