dbaccess/source/core/api/RowSet.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ef242d3ac8b3771bc31e6accc2f09bc28a57e146
Author: Julien Nabet <serval2...@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 );
         }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to