diff options
author | 2012-06-26 21:30:27 +0000 | |
---|---|---|
committer | 2012-06-26 21:30:27 +0000 | |
commit | 06315d7589ce8da63d31b57a35f6b7adff78a2e2 (patch) | |
tree | 29609bac1d967ffd6f09e5bd1e762f6e27abb0b7 | |
parent | simplify a little of the posix standards talk. ok deraadt guenther jmc (diff) | |
download | wireguard-openbsd-06315d7589ce8da63d31b57a35f6b7adff78a2e2.tar.xz wireguard-openbsd-06315d7589ce8da63d31b57a35f6b7adff78a2e2.zip |
It is time to bring this back alive.
-rw-r--r-- | usr.bin/mg/theo.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c index 1aad9765d69..28746e5b48d 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.122 2012/06/04 20:46:04 lum Exp $ */ +/* $OpenBSD: theo.c,v 1.123 2012/06/26 21:30:27 claudio Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -164,7 +164,8 @@ static const char *talk[] = { "nfs loves everyone", "basically, dung beetles fucking. that's what kerberosV + openssl is like", "I would rather run Windows than use vi.", - "if you assign that responsibility to non-hikers I will walk over and cripple you now." + "if you assign that responsibility to non-hikers I will walk over and cripple you now.", + "i ojbect two yoru splelng of achlhlocis." }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |