From b13a483683bc4e449a18743eae324fcdf4aea385 Mon Sep 17 00:00:00 2001 From: Dirk Koopman Date: Tue, 24 Jan 2023 18:33:56 +0000 Subject: [PATCH] speelingg error --- perl/DXProtHandle.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/DXProtHandle.pm b/perl/DXProtHandle.pm index 07c442f7..2aa8b3df 100644 --- a/perl/DXProtHandle.pm +++ b/perl/DXProtHandle.pm @@ -320,7 +320,7 @@ sub handle_11 delete $pc11_saved{$key}; # because we have promoted it, no longer needed. # so unlike the promotion by route, there is a stored, but uncounted PC11 - # which have discarded. But we have chosed to use better PC61 that's just come in + # which have discarded. But we have chosen to use better PC61 that's just come in # so we allow the PC61 to be counted later, but count the now discarded PC11 # because it *did* come in. ++$pc11_rx; -- 2.34.1