summaryrefslogtreecommitdiffstats
path: root/mbbsd/mail.c
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-07-03 17:14:57 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-07-03 17:14:57 +0800
commitd95e53b3bad962878d56dc4e9d7f1985579681f5 (patch)
treef0f49fe8b4d2a1770c2ae60c458f73f76bfe3c19 /mbbsd/mail.c
parente25496bd2ca82b98f0caf9857d66593b26ebccac (diff)
downloadpttbbs-d95e53b3bad962878d56dc4e9d7f1985579681f5.tar
pttbbs-d95e53b3bad962878d56dc4e9d7f1985579681f5.tar.gz
pttbbs-d95e53b3bad962878d56dc4e9d7f1985579681f5.tar.bz2
pttbbs-d95e53b3bad962878d56dc4e9d7f1985579681f5.tar.lz
pttbbs-d95e53b3bad962878d56dc4e9d7f1985579681f5.tar.xz
pttbbs-d95e53b3bad962878d56dc4e9d7f1985579681f5.tar.zst
pttbbs-d95e53b3bad962878d56dc4e9d7f1985579681f5.zip
fix wrong word
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@409 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/mail.c')
-rw-r--r--mbbsd/mail.c4
1 files 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);