summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-02 09:42:30 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-02 12:45:15 +0000
commit446568bfad252daf1861ea7e0c53fe4c72a31a53 (patch)
treedbbabaf897d0d761ddf867601e906092eba7e251 /tools
parent65434e8701ab71c8bff8b0ac722d41b0592483dc (diff)
Fix typos
Change-Id: I139e6948e92a7bcdce5a2197b9d3754cb9549a33 Reviewed-on: https://gerrit.libreoffice.org/34781 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'tools')
-rw-r--r--tools/source/generic/config.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/generic/config.cxx b/tools/source/generic/config.cxx
index fc680c96beec..5b15a97eb225 100644
--- a/tools/source/generic/config.cxx
+++ b/tools/source/generic/config.cxx
@@ -642,7 +642,7 @@ ImplGroupData* Config::ImplGetGroup() const
mpData->mpFirstGroup = pGroup;
}
- // Always inherit group names and upate cache members
+ // Always inherit group names and update cache members
pGroup->maGroupName = maGroupName;
const_cast<Config*>(this)->mnDataUpdateId = mpData->mnDataUpdateId;
const_cast<Config*>(this)->mpActGroup = pGroup;