Typo rong->wrong
Change-Id: I9665d0bd8eccfb16a53eeb733954cdc59af8ccdd
This commit is contained in:
parent
2f46f8b937
commit
ef242d3ac8
@ -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 );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user