summaryrefslogtreecommitdiff
path: root/include/registry
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 11:42:19 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 10:49:09 +0000
commit86781bcfc8f12df980af5c86c2f9e75067f02abc (patch)
tree0e6e989a3cea642bdcf1a6c246dbb28797797329 /include/registry
parent1735654408f5bcc912f039a2f9263adb48edf9c1 (diff)
Fix typos
Change-Id: I998e9b2ad8ebdcc983239192cb61f6689e378ad9 Reviewed-on: https://gerrit.libreoffice.org/35633 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
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,