diff options
author | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-09-06 23:13:25 +0800 |
---|---|---|
committer | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-09-06 23:13:25 +0800 |
commit | 9f87e60f29b8a25a28c7989d2b86e92347a98300 (patch) | |
tree | 06d9fad03837190e19593d7b8383a26d3dd02d21 /include | |
parent | a61de8eb422bdcf6b71d46d3da75f2a7088b4441 (diff) | |
download | pttbbs-9f87e60f29b8a25a28c7989d2b86e92347a98300.tar pttbbs-9f87e60f29b8a25a28c7989d2b86e92347a98300.tar.gz pttbbs-9f87e60f29b8a25a28c7989d2b86e92347a98300.tar.bz2 pttbbs-9f87e60f29b8a25a28c7989d2b86e92347a98300.tar.lz pttbbs-9f87e60f29b8a25a28c7989d2b86e92347a98300.tar.xz pttbbs-9f87e60f29b8a25a28c7989d2b86e92347a98300.tar.zst pttbbs-9f87e60f29b8a25a28c7989d2b86e92347a98300.zip |
fix typo
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1164 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h index d7dd1606..88d70e5a 100644 --- a/include/config.h +++ b/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 了 */ |