From 06c6ab430b223f6923fe74a4b8d11f3e626848a8 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Wed, 15 Jan 2020 21:41:39 -0700 Subject: * Fix a number of misspellings in the source code of Alpine. I hav only fixed those that belong to the source code of Alpine and do not come from an external source. List contributed by Jens Schleusener. --- pico/pico.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pico/pico.c') diff --git a/pico/pico.c b/pico/pico.c index c759b592..2fde4531 100644 --- a/pico/pico.c +++ b/pico/pico.c @@ -1256,7 +1256,7 @@ doubleclick = (lrow == row && lcol == col && time(0) < (lastcalled + 2)); lastcalled = time(0); #endif - lheader = FALSE; /* Rember mouse down position. */ + lheader = FALSE; /* Remember mouse down position. */ levent = mevent; lrow = row; lcol = col; -- cgit v1.2.3-70-g09d2