aboutsummaryrefslogtreecommitdiffstats
path: root/extcap.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 /extcap.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 'extcap.c')
-rw-r--r--extcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extcap.c b/extcap.c
index 3bf8dacf14..63612a2f65 100644
--- a/extcap.c
+++ b/extcap.c
@@ -1946,7 +1946,7 @@ process_new_extcap(const char *extcap, char *output)
ws_debug("Interface found %s\n", int_iter->call);
/* Help is not necessarily stored with the interface, but rather with the version string.
- * As the version string allways comes in front of the interfaces, this ensures, that it get's
+ * As the version string always comes in front of the interfaces, this ensures, that it gets
* properly stored with the interface */
if (int_iter->if_type == EXTCAP_SENTENCE_EXTCAP)
{