From 802084f88052b7470fe895d617c3da203fd06889 Mon Sep 17 00:00:00 2001 From: Ben Greear Date: Wed, 4 Sep 2019 18:08:17 -0700 Subject: [PATCH] autn: Fix typo in error message. --- calc_autn.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calc_autn.pl b/calc_autn.pl index 1b34f9eb..baa5daa1 100755 --- a/calc_autn.pl +++ b/calc_autn.pl @@ -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++) {