diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-01-20 15:37:03 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-01-21 12:51:49 +0100 |
commit | a29be0d52c2edccee451ecfa32dafec7cba31f45 (patch) | |
tree | 8557d08b497822c036ae1e16051068baf60cb13b /static | |
parent | 5ef2a7db1e0d42264a5c549b76066fedbf5caff6 (diff) |
Fix typos
Change-Id: I6ba7c7db6c58fde2e7648ccf32b93fc05f5eae65
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128620
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'static')
-rw-r--r-- | static/CustomTarget_emscripten_fs_image.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/CustomTarget_emscripten_fs_image.mk b/static/CustomTarget_emscripten_fs_image.mk index ad06e8254c89..8166802858e5 100644 --- a/static/CustomTarget_emscripten_fs_image.mk +++ b/static/CustomTarget_emscripten_fs_image.mk @@ -1240,7 +1240,7 @@ $(emscripten_fs_image_WORKDIR)/soffice.data.filelist: \ $(foreach item,$(filter-out $(BUILDDIR)%,$(gb_emscripten_fs_image_all_files)),$(subst @,@@,$(item))@$(subst @,@@,$(subst $(SRCDIR)/,,$(item))))) \ && mv $$TEMPFILE $@ -# Unfortunatly the file packager just allows a cmdline file list, but all paths are +# Unfortunately the file packager just allows a cmdline file list, but all paths are # relative to $(BUILDDIR), so we won't run out of cmdline space that fast... $(emscripten_fs_image_WORKDIR)/soffice.data.js.metadata: $(emscripten_fs_image_WORKDIR)/soffice.data.filelist $(call gb_Output_announce,$(subst $(BUILDDIR)/,,$(emscripten_fs_image_WORKDIR)/soffice.data),$(true),GEN,2) |