summaryrefslogtreecommitdiffstats
path: root/include/registry/regtype.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/registry/regtype.h')
-rw-r--r--include/registry/regtype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/registry/regtype.h b/include/registry/regtype.h
index 518821c87f46..b08db8137852 100644
--- a/include/registry/regtype.h
+++ b/include/registry/regtype.h
@@ -62,7 +62,7 @@ enum RegKeyType
A registry key can contain a value which has one of seven different types.
Three simple types (long, ascii and unicode string) and a list type of
- these simple types. Furthermore a binary type which provides the possibilty
+ these simple types. Furthermore a binary type which provides the possibility
to define own data structures and store these types in the registry. The UNO
core reflection data is stored as a binary blob in the type registry.
*/