diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-11 08:39:07 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:54 +0200 |
commit | 8d202fa72f024529092b24197f9b5d28d4c1f6d1 (patch) | |
tree | ef784961a076b39f7614b86ded60eb0eb9ae4a98 /include/registry | |
parent | 5833de5cd7ff708978df5e694090e2b13229c989 (diff) |
typo: paramter -> parameter
Diffstat (limited to 'include/registry')
-rw-r--r-- | include/registry/types.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/registry/types.h b/include/registry/types.h index 73d79389c8d1..a4dc24a49b56 100644 --- a/include/registry/types.h +++ b/include/registry/types.h @@ -261,8 +261,8 @@ enum RTMethodMode { /** specifies the mode of a parameter. - There are three paramter modes which have impact of the handling of the - paramter in the UNO bridges and the UNO code generation. + There are three parameter modes which have impact of the handling of the + parameter in the UNO bridges and the UNO code generation. */ enum RTParamMode { /// indicates an invalid parameter mode |