aboutsummaryrefslogtreecommitdiffstats
path: root/extcap.c
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2019-09-21 01:53:29 +0100
committerPeter Wu <peter@lekensteyn.nl>2019-09-21 08:33:58 +0000
commit29be7f9d9a6452a63cb22c425ac1c56d1f99f10d (patch)
tree73243ce35e40d25e8b4f112e5c42683a1f9ec9dc /extcap.c
parent42b72e149a079eec281d9ca9d5800e4c5f307711 (diff)
Qt, docs, ieee1905: fix some spelling errors
The spelling error for "Desription" in the context menu was very obvious. The others were found by scanning the output of: grep -Po '<source>\K.*(?=</source>)' wireshark_en.ts Change-Id: I4b95236c82f76828a115d59d7c8e0b853eae1d26 Reviewed-on: https://code.wireshark.org/review/34582 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to 'extcap.c')
-rw-r--r--extcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extcap.c b/extcap.c
index 1779e51939..623ba18945 100644
--- a/extcap.c
+++ b/extcap.c
@@ -53,7 +53,7 @@
static void extcap_child_watch_cb(GPid pid, gint status, gpointer user_data);
/* internal container, for all the extcap executables that have been found.
- * Will be resetted if extcap_clear_interfaces() is being explicitly called
+ * Will be reset if extcap_clear_interfaces() is being explicitly called
* and is being used for printing information about all extcap interfaces found,
* as well as storing all sub-interfaces
*/