From: Steinar H. Gunderson Date: Sat, 28 Oct 2023 22:25:27 +0000 (+0200) Subject: Spelling fix. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=3b5004969682300005f328d5ac8ce604505100fa;p=skvidarsync Spelling fix. --- diff --git a/www/event.pl b/www/event.pl index 093754d..2f2954d 100755 --- a/www/event.pl +++ b/www/event.pl @@ -83,7 +83,7 @@ if (exists($json->{'event'}) && exists($json->{'event'}{'type'})) { # Fall through. } else { - print STDERR "Has no type; igoring.\n"; + print STDERR "Has no type; ignoring.\n"; } print CGI->header(-type=>'text/plain');