diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2013-05-30 20:15:41 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2013-05-30 20:15:41 +0000 |
commit | 14d0fd7842c8024ed58f6e57f3343ded5d3445a8 (patch) | |
tree | bc22037d1748486944c4b8173932cba9601ad22c /usr.bin/mg | |
parent | 46e4ca54606e7cc0da61ca84074259c474798a13 (diff) |
"I dare you." lum@
Diffstat (limited to 'usr.bin/mg')
-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 408f9e14c56..b5185eafef0 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.124 2012/07/09 22:24:36 mlarkin Exp $ */ +/* $OpenBSD: theo.c,v 1.125 2013/05/30 20:15:40 florian Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -166,7 +166,8 @@ static const char *talk[] = { "I would rather run Windows than use vi.", "if you assign that responsibility to non-hikers I will walk over and cripple you now.", "i ojbect two yoru splelng of achlhlocis.", - "We have two kinds of developers - those that deal with their own shit and those that deal with other people's shit." + "We have two kinds of developers - those that deal with their own shit and those that deal with other people's shit.", + "If people keep adding such huge stuff, soon mg will be bigger than emacs." }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |