summaryrefslogtreecommitdiffstats
path: root/database/eurephiadb-driver_template.c
diff options
context:
space:
mode:
Diffstat (limited to 'database/eurephiadb-driver_template.c')
-rw-r--r--database/eurephiadb-driver_template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/database/eurephiadb-driver_template.c b/database/eurephiadb-driver_template.c
index 5b0008b..695e5c5 100644
--- a/database/eurephiadb-driver_template.c
+++ b/database/eurephiadb-driver_template.c
@@ -389,7 +389,7 @@ int eDBblacklist_check(eurephiaCTX *ctx, const int type, const char *val)
// Update attempt information
update_attempts(ctx, blid);
} else {
- eurephia_log(ctx, LOG_FATAL, 0, "Quering openvpn_blacklist for blacklisted %s failed",
+ eurephia_log(ctx, LOG_FATAL, 0, "Querying openvpn_blacklist for blacklisted %s failed",
eDBattempt_types[type].descr);
}
@@ -427,7 +427,7 @@ int eDBblacklist_check(eurephiaCTX *ctx, const int type, const char *val)
free_nullsafe(atpid);
} else {
eurephia_log(ctx, LOG_CRITICAL, 0,
- "Quering openvpn_attempts for blacklisted %s failed",
+ "Querying openvpn_attempts for blacklisted %s failed",
eDBattempt_types[type].descr);
}
free_nullsafe(atpr);