diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2010-05-10 02:00:51 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2010-05-10 02:00:51 +0000 |
commit | e4dc71b9fd4a33715b07f881315d244cf5790dce (patch) | |
tree | ef3d541f654538fb428589bcde9e9b73c688157d /sbin/isakmpd | |
parent | 5323f19923d178a32640441002e11d28b3d960df (diff) |
Various comment typos. 'wether' -> 'whether' (most popular), 'possiblity' ->
'possibility', 'optins' -> 'options', 'resposne' -> 'response', 'unecessary' -> 'unnecessary', 'desination' -> 'destination'. Collected from various misc@
and tech@ postings, many by Brad Tilley.
Diffstat (limited to 'sbin/isakmpd')
-rw-r--r-- | sbin/isakmpd/monitor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/monitor.c b/sbin/isakmpd/monitor.c index 8e1e105ebb0..83a372e226e 100644 --- a/sbin/isakmpd/monitor.c +++ b/sbin/isakmpd/monitor.c @@ -1,4 +1,4 @@ -/* $OpenBSD: monitor.c,v 1.71 2007/08/11 00:20:30 hshoexer Exp $ */ +/* $OpenBSD: monitor.c,v 1.72 2010/05/10 02:00:50 krw Exp $ */ /* * Copyright (c) 2003 Håkan Olsson. All rights reserved. @@ -697,7 +697,7 @@ m_priv_local_sanitize_path(char *path, size_t pmax, int flags) if (realpath(path, new_path) == NULL || realpath("/var/run", var_run) == NULL) { /* - * We could not decide wether the path is ok or not. + * We could not decide whether the path is ok or not. * Indicate this be returning 2. */ if (errno == ENOENT) |