diff options
Diffstat (limited to 'src/htsmodules.h')
-rw-r--r-- | src/htsmodules.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htsmodules.h b/src/htsmodules.h index 3f9d673..4d90c14 100644 --- a/src/htsmodules.h +++ b/src/htsmodules.h @@ -78,7 +78,7 @@ struct htsmoduleStruct { /* Write-only */ const char *wrapper_name; /* name of wrapper (static string) */ - char *err_msg; /* if an error occured, the error message (max. 1KB) */ + char *err_msg; /* if an error occurred, the error message (max. 1KB) */ /* Read/Write */ int relativeToHtmlLink; /* set this to 1 if all urls you pass to addLink |