1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Fix typos in C comments inside sql/

This commit is contained in:
Vasilii Lakhin
2025-03-09 18:19:33 +02:00
committed by Sergey Vojtovich
parent 153778437d
commit 717c12de0e
193 changed files with 746 additions and 746 deletions

View File

@@ -201,7 +201,7 @@ public:
/*
class Sql_user_condition_identity.
Instances of this class uniquely idetify user defined conditions (EXCEPTION).
Instances of this class uniquely identify user defined conditions (EXCEPTION).
SET sql_mode=ORACLE;
CREATE PROCEDURE p1
@@ -403,7 +403,7 @@ private:
/**
Default constructor.
This constructor is usefull when allocating arrays.
This constructor is useful when allocating arrays.
Note that the init() method should be called to complete the Sql_condition.
*/
Sql_condition()