diff options
| author | Xavier Roche <roche@httrack.com> | 2023-01-14 16:26:11 +0100 |
|---|---|---|
| committer | Xavier Roche <roche@httrack.com> | 2023-01-14 17:21:57 +0100 |
| commit | fa0e5f72e079cf5b3dc0331c12499e04875d7726 (patch) | |
| tree | ca5bd5e0f8b287523b676ff67516f09c2fd289c5 /src/htsmodules.h | |
| parent | b1a98a7f16885ff5935d7e159540f4c6acb393e3 (diff) | |
Fixed typos
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 |
