aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhydra/plugins/attr_sql/sql_attribute.c
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2012-01-12 11:41:34 +0100
committerTobias Brunner <tobias@strongswan.org>2012-01-12 11:42:42 +0100
commit35a1986142365654663980b4914e9dff8ce6b9d3 (patch)
tree9e29610cc7ab8076911b009b83e9f6b3abe3ad32 /src/libhydra/plugins/attr_sql/sql_attribute.c
parentd887b8e134fe6df742fad15a60ac81d76e4d45a3 (diff)
downloadstrongswan-35a1986142365654663980b4914e9dff8ce6b9d3.tar.bz2
strongswan-35a1986142365654663980b4914e9dff8ce6b9d3.tar.xz
Fixed additional typos in comments and log messages.
Diffstat (limited to 'src/libhydra/plugins/attr_sql/sql_attribute.c')
-rw-r--r--src/libhydra/plugins/attr_sql/sql_attribute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libhydra/plugins/attr_sql/sql_attribute.c b/src/libhydra/plugins/attr_sql/sql_attribute.c
index fe7811b36..714bbcd72 100644
--- a/src/libhydra/plugins/attr_sql/sql_attribute.c
+++ b/src/libhydra/plugins/attr_sql/sql_attribute.c
@@ -38,7 +38,7 @@ struct private_sql_attribute_t {
database_t *db;
/**
- * wheter to record lease history in lease table
+ * whether to record lease history in lease table
*/
bool history;
};