diff options
author | Michael Widenius <monty@askmonty.org> | 2011-01-07 13:45:59 +0200 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2011-01-07 13:45:59 +0200 |
commit | b2abd1cb0c7af997cca8819bd7df56b307fcb2b6 (patch) | |
tree | a76529ddb605c0177e85753f5d7c7467d39da757 /storage/ndb/include/ndbapi/NdbError.hpp | |
parent | 53407ecf172d8336a62114ccb16683687d8e2561 (diff) | |
download | mariadb-git-b2abd1cb0c7af997cca8819bd7df56b307fcb2b6.tar.gz |
Fixed typos
Patch provided by Dolf Schimmel
Diffstat (limited to 'storage/ndb/include/ndbapi/NdbError.hpp')
-rw-r--r-- | storage/ndb/include/ndbapi/NdbError.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/ndb/include/ndbapi/NdbError.hpp b/storage/ndb/include/ndbapi/NdbError.hpp index aa27caf78f9..b752e578bc1 100644 --- a/storage/ndb/include/ndbapi/NdbError.hpp +++ b/storage/ndb/include/ndbapi/NdbError.hpp @@ -66,7 +66,7 @@ struct NdbError { /** * The error code indicates a permanent error.<br> - * (Includes classificatons: NdbError::PermanentError, + * (Includes classifications: NdbError::PermanentError, * NdbError::ApplicationError, NdbError::NoDataFound, * NdbError::ConstraintViolation, NdbError::SchemaError, * NdbError::UserDefinedError, NdbError::InternalError, and, |