From d95e53b3bad962878d56dc4e9d7f1985579681f5 Mon Sep 17 00:00:00 2001 From: in2 Date: Wed, 3 Jul 2002 09:14:57 +0000 Subject: fix wrong word git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@409 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/mail.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mbbsd/mail.c b/mbbsd/mail.c index 35fced7e..bc7d25a5 100644 --- a/mbbsd/mail.c +++ b/mbbsd/mail.c @@ -1,4 +1,4 @@ -/* $Id: mail.c,v 1.16 2002/07/03 09:08:14 in2 Exp $ */ +/* $Id: mail.c,v 1.17 2002/07/03 09:14:57 in2 Exp $ */ #include "bbs.h" char currmaildir[32]; static char msg_cc[] = "\033[32m[群組名單]\033[m\n"; @@ -1228,7 +1228,7 @@ static int mail_waterball(int ent, fileheader_t *fhdr, char *direct) strcpy(address, cuser.email); move(b_lines - 5, 0); outs("水球整理程式:\n" - "系統將會按照和不同人丟的水球各獨自獨立\n" + "系統將會按照和不同人丟的水球各自獨立\n" "於整點的時候 (尖鋒時段除外) 將資料整理好寄送給您\n\n\n"); if(address[0]) { sprintf(genbuf, "寄給 [%s] 嗎(Y/N/Q)?[Y] ", address); -- cgit v1.2.3