]> git.sesse.net Git - skvidarsync/commitdiff
Spelling fix.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 28 Oct 2023 22:25:27 +0000 (00:25 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 28 Oct 2023 22:25:29 +0000 (00:25 +0200)
www/event.pl

index 093754db5632a9ae83f8af1c0fbf3290deabbf91..2f2954d5c78ef8bca982021a29fa304cf3903ecf 100755 (executable)
@@ -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');