From ef242d3ac8b3771bc31e6accc2f09bc28a57e146 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sun, 22 Jun 2014 23:35:03 +0200 Subject: [PATCH] Typo rong->wrong Change-Id: I9665d0bd8eccfb16a53eeb733954cdc59af8ccdd --- dbaccess/source/core/api/RowSet.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); }