diff options
Diffstat (limited to 'storage/ndb/test/include/NDBT_Error.hpp')
-rw-r--r-- | storage/ndb/test/include/NDBT_Error.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/ndb/test/include/NDBT_Error.hpp b/storage/ndb/test/include/NDBT_Error.hpp index 1d057d6b90f..9b04b76cf0e 100644 --- a/storage/ndb/test/include/NDBT_Error.hpp +++ b/storage/ndb/test/include/NDBT_Error.hpp @@ -79,7 +79,7 @@ private: // // ERR prints an NdbError object together with a description of where the -// error occured +// error occurred // #define ERR_OUT(where, error) \ { where << "ERROR: " << error.code << " " \ |