Fixed typos

This commit is contained in:
Xavier Roche
2023-01-14 16:26:11 +01:00
parent b1a98a7f16
commit fa0e5f72e0
49 changed files with 195 additions and 195 deletions

View File

@@ -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);