diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-07-03 11:38:05 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-07-03 11:59:15 +0200 |
commit | 5f13f34581a9ee73f72bfb4f71e7a827de1e2e0c (patch) | |
tree | f12aba87d9ecea22ff74f1da1bc542dca8cc055c /solenv/gbuild | |
parent | e8c7a49c49cfde6e22cb5fea0d07e68409de61af (diff) |
Fix typos
Change-Id: Icf25b22857abd97e8b6a72d3d546fd1eed882049
Reviewed-on: https://gerrit.libreoffice.org/39385
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'solenv/gbuild')
-rw-r--r-- | solenv/gbuild/UITest.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/UITest.mk b/solenv/gbuild/UITest.mk index 016636cd8858..74ffda1b25db 100644 --- a/solenv/gbuild/UITest.mk +++ b/solenv/gbuild/UITest.mk @@ -20,7 +20,7 @@ gb_UITest_DEPS := endif # UITests are much more likely to generate core files for the soffice than for -# the python executale, but solenv/bin/gdb-core-bt.sh is often unable to +# the python executable, but solenv/bin/gdb-core-bt.sh is often unable to # determine the executable that generated a core file, so make it fall back to # the soffice executable rather than to gb_UITest_EXECUTABLE: gb_UITest_EXECUTABLE_GDB := $(call gb_Executable_get_target,soffice_bin) |