aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tap.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/tap.h')
-rw-r--r--epan/tap.h2
1 files changed, 1 insertions, 1 deletions
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);