diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-06-22 23:35:03 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-06-22 23:35:48 +0200 |
commit | ef242d3ac8b3771bc31e6accc2f09bc28a57e146 (patch) | |
tree | c3aadb96dcf67fd777a59ecc7b32f64f186a6280 | |
parent | 2f46f8b9373891f49c4d30bf553c726fcd840448 (diff) |
Typo rong->wrong
Change-Id: I9665d0bd8eccfb16a53eeb733954cdc59af8ccdd
-rw-r--r-- | dbaccess/source/core/api/RowSet.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/api/RowSet.cxx b/dbaccess/source/core/api/RowSet.cxx index 629ebf52313f..8be73ca8a6b7 100644 --- a/dbaccess/source/core/api/RowSet.cxx +++ b/dbaccess/source/core/api/RowSet.cxx @@ -989,7 +989,7 @@ void SAL_CALL ORowSet::updateRow( ) throw(SQLException, RuntimeException, std:: // - RowCount/IsRowCountFinal fireRowcount(); } - else if ( !m_bAfterLast ) // the update went rong + else if ( !m_bAfterLast ) // the update went wrong { ::dbtools::throwSQLException( DBACORE_RESSTRING( RID_STR_UPDATE_FAILED ), SQL_INVALID_CURSOR_POSITION, *this ); } |