diff --git a/adm/shop_admin/categorylist.php b/adm/shop_admin/categorylist.php
index d4c8d891c..4021d2b02 100644
--- a/adm/shop_admin/categorylist.php
+++ b/adm/shop_admin/categorylist.php
@@ -137,7 +137,7 @@ $listall = '전체목록
if ($is_admin == 'super')
$s_del = ''.get_text($row['ca_name']).' 삭제 ';
- // 해당 분류에 속한 상품의 갯수
+ // 해당 분류에 속한 상품의 수
$sql1 = " select COUNT(*) as cnt from {$g5['g5_shop_item_table']}
where ca_id = '{$row['ca_id']}'
or ca_id2 = '{$row['ca_id']}'
diff --git a/config.php b/config.php
index 4cf247a55..86e72884f 100644
--- a/config.php
+++ b/config.php
@@ -150,7 +150,7 @@ define('G5_SMTP', '127.0.0.1');
기타 상수
********************/
-// 게시판에서 링크의 기본갯수를 말합니다.
+// 게시판에서 링크의 기본개수를 말합니다.
// 필드를 추가하면 이 숫자를 필드수에 맞게 늘려주십시오.
define('G5_LINK_COUNT', 2);
?>
\ No newline at end of file
diff --git a/lib/common.lib.php b/lib/common.lib.php
index d41912819..1afafd1f5 100644
--- a/lib/common.lib.php
+++ b/lib/common.lib.php
@@ -484,7 +484,7 @@ function conv_content($content, $html)
$target[] = "
";
}
- // 테이블 태그의 갯수를 세어 테이블이 깨지지 않도록 한다.
+ // 테이블 태그의 수를 세어 테이블이 깨지지 않도록 한다.
$table_begin_count = substr_count(strtolower($content), "