summaryrefslogtreecommitdiffstats
path: root/mbbsd/indict.c
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-07-27 18:04:59 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-07-27 18:04:59 +0800
commit541a643522794a01b93b161336d9a902564f51aa (patch)
tree5c8f77f9adec88614826b29f75edaca27df80213 /mbbsd/indict.c
parent8488f4fcb1913166a550bb9569d7c76181e98e15 (diff)
downloadpttbbs-541a643522794a01b93b161336d9a902564f51aa.tar
pttbbs-541a643522794a01b93b161336d9a902564f51aa.tar.gz
pttbbs-541a643522794a01b93b161336d9a902564f51aa.tar.bz2
pttbbs-541a643522794a01b93b161336d9a902564f51aa.tar.lz
pttbbs-541a643522794a01b93b161336d9a902564f51aa.tar.xz
pttbbs-541a643522794a01b93b161336d9a902564f51aa.tar.zst
pttbbs-541a643522794a01b93b161336d9a902564f51aa.zip
typo
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@441 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/indict.c')
-rw-r--r--mbbsd/indict.c4
1 files changed, 2 insertions, 2 deletions
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);