From afbf1ef03d944a775cafbc02243f8eb8c15d096e Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Thu, 16 Jan 2020 08:29:04 -0700 Subject: * Fix a few more misspellings in the source code of Alpine. List contributed by Jens Schleusener. --- pico/pico.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pico/pico.h') diff --git a/pico/pico.h b/pico/pico.h index 100b4cbf..f509e920 100644 --- a/pico/pico.h +++ b/pico/pico.h @@ -221,7 +221,7 @@ typedef struct pico_struct { int (*tty_fix)(); /* Let Pine fix tty state */ long (*newmail)(); /* Pine's report_new_mail */ long (*msgntext)(); /* callback to get msg n's text */ - int (*upload)(); /* callback to rcv uploded text */ + int (*upload)(); /* callback to rcv uploaded text */ char *(*ckptdir)(); /* callback for checkpoint file dir */ int (*exittest)(); /* callback to verify exit request */ char *(*canceltest)(); /* callback to verify cancel request */ -- cgit v1.2.3-54-g00ecf