summaryrefslogtreecommitdiff
path: root/src/htsjava.c
diff options
context:
space:
mode:
authorXavier Roche <roche@httrack.com>2023-01-14 16:26:11 +0100
committerXavier Roche <roche@httrack.com>2023-01-14 17:21:57 +0100
commitfa0e5f72e079cf5b3dc0331c12499e04875d7726 (patch)
treeca5bd5e0f8b287523b676ff67516f09c2fd289c5 /src/htsjava.c
parentb1a98a7f16885ff5935d7e159540f4c6acb393e3 (diff)
Fixed typos
Diffstat (limited to 'src/htsjava.c')
-rw-r--r--src/htsjava.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htsjava.c b/src/htsjava.c
index 48a4267..5f3d828 100644
--- a/src/htsjava.c
+++ b/src/htsjava.c
@@ -425,7 +425,7 @@ static RESP_STRUCT readtable(htsmoduleStruct * str, FILE * fp,
if (!feof(fp)) {
trans.type = -1;
} else {
- sprintf(str->err_msg, "Internal stucture error (ASCII)");
+ sprintf(str->err_msg, "Internal structure error (ASCII)");
*error = 1;
}
return (trans);