summaryrefslogtreecommitdiffstats
path: root/database/eurephiadb-driver_template.c
diff options
context:
space:
mode:
authorDario Minnucci <midget@debian.org>2010-12-01 00:18:53 +0100
committerDavid Sommerseth <dazo@users.sourceforge.net>2010-12-01 00:18:53 +0100
commit35d84a44f2bec3754fca0604d8bb6a3a598b8441 (patch)
tree1cd2f8ec8f418b42cc0d8d148be5b53abdb6b1c0 /database/eurephiadb-driver_template.c
parent05b5459c5b4451a457920449b6d1756adf6ca4dc (diff)
downloadeurephia-35d84a44f2bec3754fca0604d8bb6a3a598b8441.tar.gz
eurephia-35d84a44f2bec3754fca0604d8bb6a3a598b8441.tar.xz
eurephia-35d84a44f2bec3754fca0604d8bb6a3a598b8441.zip
Quick fix for typo 'Quering'
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
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);