diff options
author | Veres Lajos <vlajos@gmail.com> | 2015-08-07 22:53:25 +0100 |
---|---|---|
committer | Veres Lajos <vlajos@gmail.com> | 2015-08-07 22:53:25 +0100 |
commit | e88fe7da23a43f7129ebf0001f22f25158c6ee4d (patch) | |
tree | e15c06267e1d4890b8b9abeafa4a78f198b0395a /protocols/ft.h | |
parent | e11216ce7cfdd8092e724e824b04f2bee0a7e41b (diff) |
typofix - https://github.com/vlajos/misspell_fixer
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); |