diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-10-15 09:42:52 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-10-15 17:47:57 +0200 |
commit | 5e4af7b91c5c8fd9af705b6333990a9848dfb263 (patch) | |
tree | ebce4fe4c7453b1f379d7bef28d49a495a41652d /Makefile.in | |
parent | dd27b60cb60b7cbe03646a9f2951cedabf4212d6 (diff) |
Fix typos
Change-Id: Ifd133889ffdc372831ce753deaca847b46705a53
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141415
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index c65ea071c072..3cfbb6a90bb2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -500,7 +500,7 @@ $(eval $(call gb_Top_GbuildToIdeIntegration,$(ide)))) # this target is provided primarily for consistency with the other ide-integrations vscode-ide-integration: $(BUILDDIR)/vs-code.code-workspace vim-ide-integration -# ToDo: there probably is a way to have it at least create the compile-commnands.json file +# ToDo: there probably is a way to have it at least create the compile-commands.json file # for the vim/vs-code integration without building the registry stuff gbuildtojson: Rdb |