summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-12-08 11:11:30 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-12-08 11:11:43 +0100
commit147ff66242451309951ceb40f463b17dcf82a1b2 (patch)
tree3fb4ebca9edd18336631ac6f5a9159fb6e38ff20 /dbaccess
parentcca2e7be89a29bd06a65ea85f2feca3783e62d6a (diff)
Typo "mehtod" -> "method"
Change-Id: I49f3f59c76bd4dd078f7014b6a0450241214db7f
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/api/RowSetBase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/api/RowSetBase.hxx b/dbaccess/source/core/api/RowSetBase.hxx
index 4509d6e41b6b..00bb7cd250dc 100644
--- a/dbaccess/source/core/api/RowSetBase.hxx
+++ b/dbaccess/source/core/api/RowSetBase.hxx
@@ -195,7 +195,7 @@ namespace dbaccess
@param _aCheckFunctor
Return <TRUE/> when we already stand on the row we want to.
@param _aMovementFunctor
- The mehtod used to move.
+ The method used to move.
@return
<TRUE/> if movement was successful.
*/