Fixed additional typos in comments and log messages.

This commit is contained in:
Tobias Brunner
2012-01-12 11:42:42 +01:00
parent d887b8e134
commit 35a1986142
15 changed files with 20 additions and 20 deletions
@@ -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;
};
@@ -31,7 +31,7 @@ struct private_resolve_plugin_t {
resolve_plugin_t public;
/**
* The registerd DNS attribute handler
* The registered DNS attribute handler
*/
resolve_handler_t *handler;
};