summaryrefslogtreecommitdiff
path: root/src/htsparse.h
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-05-03 11:30:41 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-05-03 11:30:41 +0000
commit75faaf7f11c1611f5b98b13b7d6f44c861f857d7 (patch)
tree7e6d354f8391cbfb86807383a617038fa5b97c30 /src/htsparse.h
parent26e0b7e748badd2dd95d8b5a0743b0af5ea7f78f (diff)
Fixed zero-length files not being properly handled (not savec on disk, not updated)
Diffstat (limited to 'src/htsparse.h')
-rw-r--r--src/htsparse.h3
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() \