summaryrefslogtreecommitdiff
path: root/cui/source/options/optgenrl.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 08:53:41 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 16:17:21 +0000
commit7668d4e616dd37d3b335c43db897b64a7349047b (patch)
treef5463f30b8a6dfffe38785dbd59f36153b935aa0 /cui/source/options/optgenrl.cxx
parent402aa305b7e37c3d3e1432613f59c905933a97cd (diff)
Fix typos
Change-Id: I56e429ff1b8ee55ccb8df16002b509770762172c Reviewed-on: https://gerrit.libreoffice.org/35618 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'cui/source/options/optgenrl.cxx')
-rw-r--r--cui/source/options/optgenrl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optgenrl.cxx b/cui/source/options/optgenrl.cxx
index d7cffba028cf..1b110fd30963 100644
--- a/cui/source/options/optgenrl.cxx
+++ b/cui/source/options/optgenrl.cxx
@@ -176,7 +176,7 @@ public:
//We want all widgets inside a container, so each row of the toplevel
//grid has another container in it. To avoid adding spacing to these
//empty grids they all default to invisible, so show them if their
- //children are visibles
+ //children are visible
pEdit->GetParent()->Show();
pEdit->Show();
}