diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2000-10-25 19:08:58 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2000-10-25 19:08:58 +0000 |
commit | 3b3fd0fa38a1bd7aead982122a289dde19f98ad2 (patch) | |
tree | d7b667ca9c5b2ca34db4ce6c4434a066c8a5c7af /sbin | |
parent | 234d31e26dec9dca4c124d460ee5a9dcde6d5bb3 (diff) |
typo; deraadt ok
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ipsecadm/ipsecadm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipsecadm/ipsecadm.c b/sbin/ipsecadm/ipsecadm.c index 83a32ce922d..862206953bf 100644 --- a/sbin/ipsecadm/ipsecadm.c +++ b/sbin/ipsecadm/ipsecadm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipsecadm.c,v 1.47 2000/10/18 00:42:30 angelos Exp $ */ +/* $OpenBSD: ipsecadm.c,v 1.48 2000/10/25 19:08:57 jason Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), * Angelos D. Keromytis (kermit@csd.uch.gr) and @@ -657,7 +657,7 @@ main(int argc, char **argv) if (!strcmp(argv[i] + 1, "spi") && iscmd(mode, FLOW)) { - fprintf(stderr, "%s: use of flag \"-spi\" is deprecated with" + fprintf(stderr, "%s: use of flag \"-spi\" is deprecated with " "flow creation or deletion\n", argv[0]); i++; continue; |