summaryrefslogtreecommitdiff
path: root/pico/pico.h
diff options
context:
space:
mode:
Diffstat (limited to 'pico/pico.h')
-rw-r--r--pico/pico.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pico/pico.h b/pico/pico.h
index 100b4cb..f509e92 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 */