summaryrefslogtreecommitdiff
path: root/registry/inc/registry/regtype.h
diff options
context:
space:
mode:
Diffstat (limited to 'registry/inc/registry/regtype.h')
-rw-r--r--registry/inc/registry/regtype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/inc/registry/regtype.h b/registry/inc/registry/regtype.h
index d6493850e8da..8ae4d58767d5 100644
--- a/registry/inc/registry/regtype.h
+++ b/registry/inc/registry/regtype.h
@@ -71,7 +71,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.
*/