summaryrefslogtreecommitdiffstats
path: root/database/sqlite/edb-sqlite.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/sqlite/edb-sqlite.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/sqlite/edb-sqlite.c')
-rw-r--r--database/sqlite/edb-sqlite.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/database/sqlite/edb-sqlite.c b/database/sqlite/edb-sqlite.c
index f1007d3..3860e63 100644
--- a/database/sqlite/edb-sqlite.c
+++ b/database/sqlite/edb-sqlite.c
@@ -426,7 +426,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);
}
@@ -462,7 +462,7 @@ int eDBblacklist_check(eurephiaCTX *ctx, const int type, const char *val)
}
free_nullsafe(ctx, atpid);
} else {
- eurephia_log(ctx, LOG_CRITICAL, 0, "Quering openvpn_attempts for blacklisted %s failed",
+ eurephia_log(ctx, LOG_CRITICAL, 0, "Querying openvpn_attempts for blacklisted %s failed",
eDBattempt_types[type].descr);
}
free_nullsafe(ctx, atpr);