aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorJim Young <jyoung@gsu.edu>2018-12-29 00:37:18 -0500
committerAnders Broman <a.broman58@gmail.com>2018-12-29 08:19:49 +0000
commita5a38daba0cc97a80e4d914362849bd91f7fddfe (patch)
tree403d8f77e28e1fe83178369243ee0ceac9e59e26 /epan
parent785621dcca96d3e735c4a6dc2da31c44238e1eb9 (diff)
Fix typo: aplications to applications
Change-Id: I14948f563a7638b5bd28f4450ffe1bd98a491e6a Reviewed-on: https://code.wireshark.org/review/31243 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan')
-rw-r--r--epan/tap.c2
-rw-r--r--epan/tap.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/epan/tap.c b/epan/tap.c
index 92f0fa5df5..9355c86315 100644
--- a/epan/tap.c
+++ b/epan/tap.c
@@ -389,7 +389,7 @@ reset_tap_listeners(void)
when we open/start a new capture or if we need to rescan the packet list.
It should be called from a low priority thread say once every 3 seconds
- If draw_all is true, redraw all aplications regardless if they have
+ If draw_all is true, redraw all applications regardless if they have
changed or not.
*/
void
diff --git a/epan/tap.h b/epan/tap.h
index 026951c26e..986bfe8194 100644
--- a/epan/tap.h
+++ b/epan/tap.h
@@ -128,7 +128,7 @@ WS_DLL_PUBLIC void reset_tap_listeners(void);
* when we open/start a new capture or if we need to rescan the packet list.
* It should be called from a low priority thread say once every 3 seconds
*
- * If draw_all is true, redraw all aplications regardless if they have
+ * If draw_all is true, redraw all applications regardless if they have
* changed or not.
*/
WS_DLL_PUBLIC void draw_tap_listeners(gboolean draw_all);