diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-01-12 11:41:34 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-01-12 11:42:42 +0100 |
commit | 35a1986142365654663980b4914e9dff8ce6b9d3 (patch) | |
tree | 9e29610cc7ab8076911b009b83e9f6b3abe3ad32 /src/libhydra/plugins/resolve/resolve_plugin.c | |
parent | d887b8e134fe6df742fad15a60ac81d76e4d45a3 (diff) | |
download | strongswan-35a1986142365654663980b4914e9dff8ce6b9d3.tar.bz2 strongswan-35a1986142365654663980b4914e9dff8ce6b9d3.tar.xz |
Fixed additional typos in comments and log messages.
Diffstat (limited to 'src/libhydra/plugins/resolve/resolve_plugin.c')
-rw-r--r-- | src/libhydra/plugins/resolve/resolve_plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libhydra/plugins/resolve/resolve_plugin.c b/src/libhydra/plugins/resolve/resolve_plugin.c index d23d36127..f95827ed9 100644 --- a/src/libhydra/plugins/resolve/resolve_plugin.c +++ b/src/libhydra/plugins/resolve/resolve_plugin.c @@ -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; }; |