diff options
author | Elton Chung <elton@layerjet.com> | 2012-02-11 12:37:03 +0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-02-13 15:27:24 +0000 |
commit | 806bec7107c426d0d05ceabd82da159e75d7f5ed (patch) | |
tree | a0cd24e6d3629f5b4f33efbafd5f3b674aefb5a7 /mysqlc | |
parent | 4001370ba5900dd0a0ec04c62f5aeb347bde025a (diff) |
Fix typos in comments
Diffstat (limited to 'mysqlc')
-rw-r--r-- | mysqlc/source/mysqlc_statement.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysqlc/source/mysqlc_statement.cxx b/mysqlc/source/mysqlc_statement.cxx index 736a3b1361c2..c323835b435e 100644 --- a/mysqlc/source/mysqlc_statement.cxx +++ b/mysqlc/source/mysqlc_statement.cxx @@ -424,7 +424,7 @@ void OCommonStatement::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle, const throw (Exception) { OSL_TRACE("OCommonStatement::setFastPropertyValue_NoBroadcast"); - // set the value to what ever is nescessary + // set the value to what ever is necessary switch (nHandle) { case PROPERTY_ID_QUERYTIMEOUT: case PROPERTY_ID_MAXFIELDSIZE: |