From cb2f7abc853769cd77d8078985a2e8e62cd36eaa Mon Sep 17 00:00:00 2001 From: kcwu Date: Thu, 7 Oct 2004 14:23:21 +0000 Subject: fix typo in comment git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2226 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/pttstruct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pttstruct.h b/include/pttstruct.h index c170e6ee..2fb8dd87 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -351,7 +351,7 @@ typedef int (* onekey_t)(); /* anti_crosspost */ typedef struct crosspost_t { - int checksum[4]; /* 0 -> 'X' cross post 1-3 -> 簡查文章行 */ + int checksum[4]; /* 0 -> 'X' cross post 1-3 -> 檢查文章行 */ short times; /* 第幾次 */ short last_bid; /* crossport to which board */ } crosspost_t; -- cgit v1.2.3