[Libreoffice-commits] core.git: dbaccess/source
Julien Nabet
serval2412 at yahoo.fr
Sun Jun 22 14:36:56 PDT 2014
dbaccess/source/core/api/RowSet.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ef242d3ac8b3771bc31e6accc2f09bc28a57e146
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sun Jun 22 23:35:03 2014 +0200
Typo rong->wrong
Change-Id: I9665d0bd8eccfb16a53eeb733954cdc59af8ccdd
diff --git a/dbaccess/source/core/api/RowSet.cxx b/dbaccess/source/core/api/RowSet.cxx
index 629ebf5..8be73ca 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 );
}
More information about the Libreoffice-commits
mailing list