summaryrefslogtreecommitdiff
path: root/storage/ndb/include/util/File.hpp
diff options
context:
space:
mode:
authorMichael Widenius <monty@askmonty.org>2011-01-07 13:45:59 +0200
committerMichael Widenius <monty@askmonty.org>2011-01-07 13:45:59 +0200
commitb2abd1cb0c7af997cca8819bd7df56b307fcb2b6 (patch)
treea76529ddb605c0177e85753f5d7c7467d39da757 /storage/ndb/include/util/File.hpp
parent53407ecf172d8336a62114ccb16683687d8e2561 (diff)
downloadmariadb-git-b2abd1cb0c7af997cca8819bd7df56b307fcb2b6.tar.gz
Fixed typos
Patch provided by Dolf Schimmel
Diffstat (limited to 'storage/ndb/include/util/File.hpp')
-rw-r--r--storage/ndb/include/util/File.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/ndb/include/util/File.hpp b/storage/ndb/include/util/File.hpp
index b9d348683ec..bbddc24583a 100644
--- a/storage/ndb/include/util/File.hpp
+++ b/storage/ndb/include/util/File.hpp
@@ -31,7 +31,7 @@ public:
* Returns time for last contents modification of a file.
*
* @param aFileName a filename to check.
- * @return the time for last contents modificaton of the file.
+ * @return the time for last contents modification of the file.
*/
static time_t mtime(const char* aFileName);