diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/starter/starter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/starter/starter.c b/src/starter/starter.c index 069b2199a..25ee9c785 100644 --- a/src/starter/starter.c +++ b/src/starter/starter.c @@ -246,7 +246,7 @@ int main (int argc, char **argv) /* determine if we have a native netkey IPsec stack */ if (!starter_netkey_init()) { - plog("nor netkey IPSec stack detected"); + plog("no netkey IPSec stack detected"); exit(1); } |