Typo rong->wrong

Change-Id: I9665d0bd8eccfb16a53eeb733954cdc59af8ccdd
This commit is contained in:
Julien Nabet 2014-06-22 23:35:03 +02:00
parent 2f46f8b937
commit ef242d3ac8

View File

@ -989,7 +989,7 @@ void SAL_CALL ORowSet::updateRow( ) throw(SQLException, RuntimeException, std::
// - RowCount/IsRowCountFinal // - RowCount/IsRowCountFinal
fireRowcount(); 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 ); ::dbtools::throwSQLException( DBACORE_RESSTRING( RID_STR_UPDATE_FAILED ), SQL_INVALID_CURSOR_POSITION, *this );
} }