diff --git a/doc/README.intl b/doc/README.intl index dd93f3e152..b43bb3dcae 100644 --- a/doc/README.intl +++ b/doc/README.intl @@ -183,7 +183,7 @@ Syntax: [ '' ] Notes: - 1) Specific attributes should be separed by semicolon. + 1) Specific attributes should be separated by semicolon. Examples: 1) CREATE COLLATION UNICODE_ENUS_CI diff --git a/src/dsql/pass1.cpp b/src/dsql/pass1.cpp index ed0efa22d0..b40f9381a5 100644 --- a/src/dsql/pass1.cpp +++ b/src/dsql/pass1.cpp @@ -8169,7 +8169,7 @@ static void pass1_union_auto_cast(dsql_nod* input, const dsc& desc, cast_node->nod_arg[e_cast_source] = select_item; } // When a cast is created we're losing our fieldname, thus - // create a alias to keep it. + // create an alias to keep it. const dsql_nod* name_node = select_item; while (name_node->nod_type == nod_map) { // skip all the nod_map nodes