summaryrefslogtreecommitdiff
path: root/include/registry
diff options
context:
space:
mode:
Diffstat (limited to 'include/registry')
-rw-r--r--include/registry/registry.hxx2
-rw-r--r--include/registry/types.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/registry/registry.hxx b/include/registry/registry.hxx
index 230e0293f68d..ca282da84bc2 100644
--- a/include/registry/registry.hxx
+++ b/include/registry/registry.hxx
@@ -240,7 +240,7 @@ public:
/// Destructor, the internal array with key names will be deleted.
inline ~RegistryKeyNames();
- /// returns the name of the key sepecified by index.
+ /// returns the name of the key specified by index.
inline rtl::OUString getElement(sal_uInt32 index);
/// returns the length of the array.
diff --git a/include/registry/types.hxx b/include/registry/types.hxx
index 0b15a8dfff1f..87b7c93f5851 100644
--- a/include/registry/types.hxx
+++ b/include/registry/types.hxx
@@ -190,7 +190,7 @@ namespace o3tl
/** specifies the type of a field value.
- A field can have a value if it repsresents a constant or an enum value.
+ A field can have a value if it represents a constant or an enum value.
*/
enum RTValueType {
RT_TYPE_NONE,