aboutsummaryrefslogtreecommitdiffstats
path: root/extcap
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2020-12-08 20:47:26 -0800
committerGuy Harris <gharris@sonic.net>2020-12-09 05:52:50 +0000
commitbb494c11def0dd8a4c08575f8d9fdd6726416ab6 (patch)
treec3d588721253b87f0ba8206f0517bcb5aaff7a57 /extcap
parent2ab153527dd38ce3528b02ed25c89b54e1b4aa6c (diff)
Fix various spelling errors.
Found by lintian and by looking for the misspelled words that lintian found. (Does not fix spelling errors in .asn1 files.)
Diffstat (limited to 'extcap')
-rw-r--r--extcap/androiddump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extcap/androiddump.c b/extcap/androiddump.c
index 85eefb87e7..f6ed468365 100644
--- a/extcap/androiddump.c
+++ b/extcap/androiddump.c
@@ -2260,7 +2260,7 @@ static int capture_android_logcat(char *interface, char *fifo,
result = adb_send(sock, adb_command);
if (result) {
- g_warning("WARNIG: Error while sending command <%s>", adb_command);
+ g_warning("WARNING: Error while sending command <%s>", adb_command);
continue;
}