Fixed a few typos.

This commit is contained in:
Bernardo Sulzbach
2015-05-20 03:31:11 -03:00
parent 641e18235c
commit abc432fcd6
11 changed files with 14 additions and 14 deletions

View File

@@ -98,7 +98,7 @@ public:
* @param name Name of the column to edit
* @param to The new field definition with changed name, type or the like. If Null-Pointer is given the column is dropped.
* @param move Set this to a value != 0 to move the new column to a different position
* @return true if renaming was successfull, false if not. In the latter case also lastErrorMessage is set
* @return true if renaming was successful, false if not. In the latter case also lastErrorMessage is set
*/
bool renameColumn(const QString& tablename, const QString& name, sqlb::FieldPtr to, int move = 0);