diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-12-08 11:11:30 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-12-08 11:11:43 +0100 |
commit | 147ff66242451309951ceb40f463b17dcf82a1b2 (patch) | |
tree | 3fb4ebca9edd18336631ac6f5a9159fb6e38ff20 /include | |
parent | cca2e7be89a29bd06a65ea85f2feca3783e62d6a (diff) |
Typo "mehtod" -> "method"
Change-Id: I49f3f59c76bd4dd078f7014b6a0450241214db7f
Diffstat (limited to 'include')
-rw-r--r-- | include/registry/reflwrit.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/registry/reflwrit.hxx b/include/registry/reflwrit.hxx index fa866fea0433..f97574d67fbb 100644 --- a/include/registry/reflwrit.hxx +++ b/include/registry/reflwrit.hxx @@ -183,7 +183,7 @@ public: const rtl::OUString& name, RTParamMode mode); - /** sets the data for the specified exception of a mehtod. + /** sets the data for the specified exception of a method. @param index indicates the index of the method. @param excIndex specifies the index of the exception. |