autn: Fix typo in error message.

This commit is contained in:
Ben Greear
2019-09-04 18:08:17 -07:00
parent ff188247e3
commit 802084f880

View File

@@ -44,7 +44,7 @@ if (@sqnc != 12) {
die("sqn must have 12 ascii bytes.");
}
if (@akc != 12) {
die("ack must have 12 ascii bytes.");
die("akc must have 12 ascii bytes.");
}
for ($i = 0; $i<12; $i++) {