]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modules/sql.h
Fixes by misspell-fixer
[user/henk/code/inspircd.git] / include / modules / sql.h
index 927d54ee7669e6e13b8a979e0ed912c9dbb8fe24..47da6f6bff2a3c40cad577678613ce47c8d4b9b9 100644 (file)
@@ -107,7 +107,7 @@ class SQL::Result : public classbase
        /**
         * Return the number of rows in the result.
         *
-        * Note that if you have perfomed an INSERT or UPDATE query or other
+        * Note that if you have performed an INSERT or UPDATE query or other
         * query which will not return rows, this will return the number of
         * affected rows. In this case you SHOULD NEVER access any of the result
         * set rows, as there aren't any!