[Libreoffice-commits] core.git: connectivity/source

Julien Nabet serval2412 at yahoo.fr
Tue Jan 6 11:35:53 PST 2015


 connectivity/source/drivers/mork/MorkParser.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 21eb155e3eac7badd987adc041000378c67911ae
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Tue Jan 6 20:33:47 2015 +0100

    Typo: Rerturns -> Returns
    
    Change-Id: Ic331f71eb0f248528a340c4390af65951b46b22f

diff --git a/connectivity/source/drivers/mork/MorkParser.hxx b/connectivity/source/drivers/mork/MorkParser.hxx
index d0ecba7..1effb8f 100644
--- a/connectivity/source/drivers/mork/MorkParser.hxx
+++ b/connectivity/source/drivers/mork/MorkParser.hxx
@@ -96,7 +96,7 @@ public:
 
     MorkTableMap *getTables( int tableScope );
 
-    /// Rerturns all rows under specified scope
+    /// Returns all rows under specified scope
 
     MorkRowMap *getRows( int rowScope, RowScopeMap *table );
 


More information about the Libreoffice-commits mailing list