From fa0e5f72e079cf5b3dc0331c12499e04875d7726 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sat, 14 Jan 2023 16:26:11 +0100 Subject: Fixed typos --- src/htsmodules.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/htsmodules.h') 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 -- cgit v1.2.3