Index: branches/5.2.x/core/kernel/kbase.php =================================================================== diff -u -N -r14608 -r14644 --- branches/5.2.x/core/kernel/kbase.php (.../kbase.php) (revision 14608) +++ branches/5.2.x/core/kernel/kbase.php (.../kbase.php) (revision 14644) @@ -1,6 +1,6 @@ SelectClause; + } + + /** * Returns SELECT part of list' query. - * 1. Occurences of "%1$s" and "%s" are replaced to kDBBase::TableName - * 2. Occurences of "%3$s" are replaced to temp table prefix (only for table, using TABLE_PREFIX) + * 1. Occurrences of "%1$s" and "%s" are replaced to kDBBase::TableName + * 2. Occurrences of "%3$s" are replaced to temp table prefix (only for table, using TABLE_PREFIX) * * @param string $base_query given base query will override unit default select query - * @param bool $replace_table replace all possible occurences + * @param bool $replace_table replace all possible occurrences * @return string * @access public * @see kDBBase::replaceModePrefix @@ -326,7 +339,7 @@ } /** - * Allows substables to be in same mode as main item (e.g. LEFT JOINED ones) + * Allows sub-stables to be in same mode as main item (e.g. LEFT JOINED ones) * * @param string $query * @return string