mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
spelling: filename
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Sébastien Helleu
parent
d97467ff67
commit
80def4a36b
@@ -430,7 +430,7 @@ struct t_weechat_plugin
|
||||
/* crypto */
|
||||
int (*crypto_hash) (const void *data, int data_size,
|
||||
const char *hash_algo, void *hash, int *hash_size);
|
||||
int (*crypto_hash_file) (const char *fliename,
|
||||
int (*crypto_hash_file) (const char *filename,
|
||||
const char *hash_algo, void *hash, int *hash_size);
|
||||
int (*crypto_hash_pbkdf2) (const void *data, int data_size,
|
||||
const char *hash_algo,
|
||||
|
||||
@@ -182,9 +182,9 @@ struct t_xfer
|
||||
char *unterminated_message; /* beginning of a message */
|
||||
int file; /* local file (read or write) */
|
||||
char *local_filename; /* local filename (with path) */
|
||||
char *temp_local_filename; /* local filename filename with */
|
||||
/* temp. suffix (during transfer, */
|
||||
/* for receive file only) */
|
||||
char *temp_local_filename; /* local filename with temp. suffix */
|
||||
/* (during transfer, for receive */
|
||||
/* file only) */
|
||||
int filename_suffix; /* suffix (like .1) if renaming file */
|
||||
unsigned long long pos; /* number of bytes received/sent */
|
||||
unsigned long long ack; /* number of bytes received OK */
|
||||
|
||||
Reference in New Issue
Block a user