From: Tobias Brunner Date: Tue, 18 May 2010 11:59:23 +0000 (+0200) Subject: Typo fixed. X-Git-Tag: 4.4.1~254 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ffb475e5d92fc45d474896b87db5f727d7ab4f3;p=thirdparty%2Fstrongswan.git Typo fixed. --- diff --git a/src/pluto/pluto.c b/src/pluto/pluto.c index e9a4ed75b8..e9c7c316b1 100644 --- a/src/pluto/pluto.c +++ b/src/pluto/pluto.c @@ -20,7 +20,7 @@ typedef struct private_pluto_t private_pluto_t; /** - * Private additions to hydra_t. + * Private additions to pluto_t. */ struct private_pluto_t { @@ -31,7 +31,7 @@ struct private_pluto_t { }; /** - * Single instance of hydra_t. + * Single instance of pluto_t. */ pluto_t *pluto;