From 94be791d321e22dbb83d7d1b718c8c967f790b8b Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 6 Jun 2019 16:33:07 +0000 Subject: Fix typos Change-Id: Iec0824418063fa4d146d9d48f3c74561fc0c5a67 Reviewed-on: https://gerrit.libreoffice.org/73631 Tested-by: Jenkins Reviewed-by: Julien Nabet --- registry/source/reflread.hxx | 2 +- registry/source/reflwrit.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/source/reflread.hxx b/registry/source/reflread.hxx index e35e3e03e346..5fc428212c03 100644 --- a/registry/source/reflread.hxx +++ b/registry/source/reflread.hxx @@ -23,7 +23,7 @@ #include #include -/// Implememetation handle +/// Implementation handle typedef void* TypeReaderImpl; /** RegistryTypeReades reads a binary type blob. diff --git a/registry/source/reflwrit.hxx b/registry/source/reflwrit.hxx index 6ea4d0e3a925..0a985ff4b4d4 100644 --- a/registry/source/reflwrit.hxx +++ b/registry/source/reflwrit.hxx @@ -25,7 +25,7 @@ class RTConstValue; -/// Implememetation handle +/// Implementation handle typedef void* TypeWriterImpl; /** RegistryTypeWriter writes/creates a binary type blob. -- cgit