diff options
author | Antoine Cœur <antoine.coeur@ef.com> | 2019-05-08 13:30:57 +0800 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2019-07-13 17:53:33 +0300 |
commit | 0d318402f8a022f707622c72f8f1894ea476cf89 (patch) | |
tree | b504495dd51744f5ddf3b5eccbb06e63537cf4ae /src/xz/mytime.h | |
parent | README: Update translation instructions. (diff) | |
download | xz-0d318402f8a022f707622c72f8f1894ea476cf89.tar.xz |
spelling
Diffstat (limited to '')
-rw-r--r-- | src/xz/mytime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xz/mytime.h b/src/xz/mytime.h index ea291eed..4505724c 100644 --- a/src/xz/mytime.h +++ b/src/xz/mytime.h @@ -43,5 +43,5 @@ extern void mytime_set_flush_time(void); /// /// This returns -1 if no timed flushing is used. /// -/// The return value is inteded for use with poll(). +/// The return value is intended for use with poll(). extern int mytime_get_flush_timeout(void); |