diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-02 09:42:30 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-02 12:45:15 +0000 |
commit | 446568bfad252daf1861ea7e0c53fe4c72a31a53 (patch) | |
tree | dbbabaf897d0d761ddf867601e906092eba7e251 /tools | |
parent | 65434e8701ab71c8bff8b0ac722d41b0592483dc (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.cxx | 2 |
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; |