diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2012-06-26 21:30:28 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2012-06-26 21:30:28 +0000 |
commit | 81f1f4fede27b3f8bc659062b98da6ecbfd27624 (patch) | |
tree | 5f7fe366222a21886a9a310eeb71ab05dc23131c | |
parent | 3d0d7f99e618b7de5ff05f0e0aad2e3c5c140db0 (diff) |
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]); |