| Index: sql/statement.h
|
| diff --git a/sql/statement.h b/sql/statement.h
|
| index 97fdb5efd99644e8329d4afd5f1d3f81b8ccb570..c7e2c40542f90f00b71c5a84d31ea5a89e4c82d4 100644
|
| --- a/sql/statement.h
|
| +++ b/sql/statement.h
|
| @@ -58,7 +58,7 @@ class SQL_EXPORT Statement {
|
| // Returns true if the statement can be executed. All functions can still
|
| // be used if the statement is invalid, but they will return failure or some
|
| // default value. This is because the statement can become invalid in the
|
| - // middle of executing a command if there is a serioud error and the database
|
| + // middle of executing a command if there is a serious error and the database
|
| // has to be reset.
|
| bool is_valid() const { return ref_->is_valid(); }
|
|
|
|
|