diff options
Diffstat (limited to 'src/htsparse.h')
-rw-r--r-- | src/htsparse.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/htsparse.h b/src/htsparse.h index 9bb681c..ee797da 100644 --- a/src/htsparse.h +++ b/src/htsparse.h @@ -133,7 +133,7 @@ void hts_mirror_process_user_interaction(htsmoduleStruct* str, htsmoduleStructEx int hts_mirror_wait_for_next_file(htsmoduleStruct* str, htsmoduleStructExtended* stre); /* - Wair for (adr, fil, save) to be started, that is, + Wait for (adr, fil, save) to be started, that is, to be ready for naming, having its header MIME type If the final URL is to be forbidden, sets 'forbidden_url' to the corresponding value */ @@ -143,7 +143,6 @@ int hts_wait_delayed(htsmoduleStruct* str, char* former_adr, char* former_fil, int* forbidden_url); - /* Context state */ #define ENGINE_DEFINE_CONTEXT_BASE() \ |