From 541a643522794a01b93b161336d9a902564f51aa Mon Sep 17 00:00:00 2001 From: kcwu Date: Sat, 27 Jul 2002 10:04:59 +0000 Subject: typo git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@441 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/indict.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mbbsd') diff --git a/mbbsd/indict.c b/mbbsd/indict.c index 7eed0828..fe7da8c4 100644 --- a/mbbsd/indict.c +++ b/mbbsd/indict.c @@ -1,4 +1,4 @@ -/* $Id: indict.c,v 1.8 2002/07/22 19:02:00 in2 Exp $ */ +/* $Id: indict.c,v 1.9 2002/07/27 10:04:59 kcwu Exp $ */ #include "bbs.h" #define REFER "etc/dicts" @@ -19,7 +19,7 @@ addword(char word[]) clear(); move(4, 0); outs(" \033[31m警告\033[m:若蓄意填寫假資料將\033[36m砍id\033[m處份\n"); - snprintf(temp, sizeof(temp), "\n輸入範利\n:\033[33m%s\033[m", buf); + snprintf(temp, sizeof(temp), "\n輸入範例\n:\033[33m%s\033[m", buf); outs(temp); outs("\n請依上列範例輸入一行資料(直接enter放棄)\n"); getdata(10, 0, ":", buf, 65, DOECHO); -- cgit v1.2.3