aboutsummaryrefslogtreecommitdiffstats
path: root/ui/capture.c
diff options
context:
space:
mode:
authorMoshe Kaplan <me@moshekaplan.com>2023-09-26 00:26:25 -0400
committerMoshe Kaplan <me@moshekaplan.com>2023-09-26 00:26:25 -0400
commitf8d48d04d59da11d7de1c2b385421e0d11d7909f (patch)
treed9550bc14cacb5bb43db97709367d1677b2793c3 /ui/capture.c
parent15e753136e4a1b5fba0c9e066df256594b6c1703 (diff)
Fix misppellings in root and ui directories
Fix misppellings in root and ui directories. Most of these are comments, but some are in error messages.
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) {