diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-18 16:23:52 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-18 16:23:52 +0000 |
commit | e6eb8c0224e585735c113613b7fa42402778476d (patch) | |
tree | 212c6d70a21fc7abadda66430c529c299cbfbf51 /src/htsback.h | |
parent | 189cde335fc51c7c858080624d879faa5f88b83e (diff) |
transfered => transferred
Diffstat (limited to 'src/htsback.h')
-rw-r--r-- | src/htsback.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htsback.h b/src/htsback.h index a59dafc..82ceb9d 100644 --- a/src/htsback.h +++ b/src/htsback.h @@ -129,7 +129,7 @@ int back_finalize(httrackp * opt, cache_back * cache, struct_back * sback, const int p); void back_info(struct_back * sback, int i, int j, FILE * fp); void back_infostr(struct_back * sback, int i, int j, char *s); -LLint back_transfered(LLint add, struct_back * sback); +LLint back_transferred(LLint add, struct_back * sback); // hostback #if HTS_XGETHOST |