summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-19 09:58:05 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-19 10:34:04 +0100
commitcc4d41fb7c3566177e30c9e6b5e2bb5c2191e5fb (patch)
treee2e31fda6458a8bc305d251a252c7220b5aee731 /solenv
parentacab4a99dcab546927712657c3ca4399a1b06fbb (diff)
Fix typos
Change-Id: Icadf5cb88024b8889d49dc9c5210d0de8deaed3b Reviewed-on: https://gerrit.libreoffice.org/48172 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/native-code.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 6571b24f27de..0cab8a26e096 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -424,7 +424,7 @@ opts.add_option("-C", "--pure-c", action="store_true", help="do not print extern
(options, args) = opts.parse_args()
-# dict of all the contructors that we need according to -g's
+# dict of all the constructors that we need according to -g's
full_constructor_map = {}
if options.groups:
for constructor_group in options.groups: