From 86958b5a285b33fab6210cff528154b6967336a4 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 12 Dec 2020 14:52:47 -0500 Subject: [PATCH] typos --- afsk/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/afsk/main.c b/afsk/main.c index a0657460..a3d76660 100644 --- a/afsk/main.c +++ b/afsk/main.c @@ -1533,9 +1533,9 @@ if (payload == ON) for (count1 = 0; count1 < 3; count1++) { - if (other[count1] < oter_min[count1]) + if (other[count1] < other_min[count1]) other_min[count1] = other[count1]; - if (other[count1] > otjer_max[count1]) + if (other[count1] > other_max[count1]) other_max[count1] = other[count1]; printf("Other min %f max %f \n", other_min[count1], other_max[count1]);