diff options
Diffstat (limited to 'protocols/ft.h')
| -rw-r--r-- | protocols/ft.h | 14 | 
1 files changed, 7 insertions, 7 deletions
| diff --git a/protocols/ft.h b/protocols/ft.h index fd6ef92a..d95c9aef 100644 --- a/protocols/ft.h +++ b/protocols/ft.h @@ -57,15 +57,15 @@ typedef enum {   *	                              |   *	                              | accept   *	                              V - *	               /------ /-------------\                    /------------------------\ - *	   out_of_data |       | TRANSFERING | -----------------> | TRANSFERING | CANCELED | - *	               \-----> \-------------/  [canceled,]free   \------------------------/ + *	               /------ /-------------\                    /--------------------------\ + *	   out_of_data |       | TRANSFERRING | -----------------> | TRANSFERRING | CANCELED | + *	               \-----> \-------------/  [canceled,]free   \--------------------------/   *	                              |   *	                              | finished,free   *	                              V - *	                 /------------------------\ - *	                 | TRANSFERING | FINISHED | - *	                 \------------------------/ + *	                 /-------------------------\ + *	                 | TRANSFERRING | FINISHED | + *	                 \-------------------------/   */  typedef struct file_transfer { @@ -114,7 +114,7 @@ typedef struct file_transfer {  	gpointer priv;  	/* -	 * If set, called after succesful connection setup. +	 * If set, called after successful connection setup.  	 */  	void (*accept)(struct file_transfer *file); | 
