summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-09-06 23:13:25 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-09-06 23:13:25 +0800
commiteae7607bcc465e193058b638ae9cf2ae4f217388 (patch)
tree88b66e666fe07df4607692f07498062b5ae06f75
parent62440ae3be847691d6944e64e81035de7c56b0df (diff)
downloadpttbbs-eae7607bcc465e193058b638ae9cf2ae4f217388.tar
pttbbs-eae7607bcc465e193058b638ae9cf2ae4f217388.tar.gz
pttbbs-eae7607bcc465e193058b638ae9cf2ae4f217388.tar.bz2
pttbbs-eae7607bcc465e193058b638ae9cf2ae4f217388.tar.lz
pttbbs-eae7607bcc465e193058b638ae9cf2ae4f217388.tar.xz
pttbbs-eae7607bcc465e193058b638ae9cf2ae4f217388.tar.zst
pttbbs-eae7607bcc465e193058b638ae9cf2ae4f217388.zip
fix typo
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@1164 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/include/config.h4
-rw-r--r--pttbbs/mbbsd/menu.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/pttbbs/include/config.h b/pttbbs/include/config.h
index d7dd1606..88d70e5a 100644
--- a/pttbbs/include/config.h
+++ b/pttbbs/include/config.h
@@ -132,8 +132,8 @@
#undef HAVE_MAILCLEAN /* 清理所有使用者個人信箱 */
#undef HAVE_SUICIDE /* 提供使用者自殺功能 */
#undef HAVE_REPORT /* 系統追蹤報告 */
-#undef HAVE_INFO /* 顯示程式板本說明 */
-#undef HAVE_LICENSE /* 顯示 GNU 板權畫面 */
+#undef HAVE_INFO /* 顯示程式版本說明 */
+#undef HAVE_LICENSE /* 顯示 GNU 版權畫面 */
#define FAST_LOGIN /* Login 不檢查遠端使用者 */
#define HAVE_CAL /* 提功計算機 */
#undef POSTBUG /* board/mail post 沒有 bug 了 */
diff --git a/pttbbs/mbbsd/menu.c b/pttbbs/mbbsd/menu.c
index c506b3e9..bca66e7b 100644
--- a/pttbbs/mbbsd/menu.c
+++ b/pttbbs/mbbsd/menu.c
@@ -412,7 +412,7 @@ static commands_t xyzlist[] = {
{x_gpl, 0, "LLicense GNU 使用執照"},
#endif
#ifdef HAVE_INFO
- {x_program, 0, "PProgram 本程式之板本與板權宣告"},
+ {x_program, 0, "PProgram 本程式之版本與版權宣告"},
#endif
{x_boardman,0, "MMan Boards 《看板精華區排行榜》"},
// {x_boards,0, "HHot Boards 《看板人氣排行榜》"},