aboutsummaryrefslogtreecommitdiffstats
path: root/ui/capture.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/capture.c')
-rw-r--r--ui/capture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/capture.c b/ui/capture.c
index 3ffc81ba12..62c8df7e35 100644
--- a/ui/capture.c
+++ b/ui/capture.c
@@ -709,7 +709,7 @@ capture_input_closed(capture_session *cap_session, gchar *msg)
}
/*
* ws_log prefixes log messages with a timestamp delimited by " -- " and possibly
- * a function name delimted by "(): ". Log it to sterr, but omit it in the UI.
+ * a function name delimited by "(): ". Log it to sterr, but omit it in the UI.
*/
char *plain_msg = strstr(msg, "(): ");
if (plain_msg != NULL) {