diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-01-06 20:33:47 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-01-06 20:35:08 +0100 |
commit | 21eb155e3eac7badd987adc041000378c67911ae (patch) | |
tree | e74f7850b15c63420299f0bab600e13139c55815 | |
parent | d389216038d874c0d99a8168649a7f5f4db970d3 (diff) |
Typo: Rerturns -> Returns
Change-Id: Ic331f71eb0f248528a340c4390af65951b46b22f
-rw-r--r-- | connectivity/source/drivers/mork/MorkParser.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/mork/MorkParser.hxx b/connectivity/source/drivers/mork/MorkParser.hxx index d0ecba7af977..1effb8f41397 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 ); |