From 5ef2a7db1e0d42264a5c549b76066fedbf5caff6 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 21 Jan 2022 12:30:42 +0100 Subject: Fix typos Change-Id: I7b3d17431c5acc92ebc593f4f0fae385c944f61b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128727 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- static/README.wasm.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'static') diff --git a/static/README.wasm.md b/static/README.wasm.md index ccc7a5b8aec7..4ea67ad03e6e 100644 --- a/static/README.wasm.md +++ b/static/README.wasm.md @@ -42,7 +42,7 @@ Most of the information from is still valid f generally the Qt6 WASM documentation is much better, because it incorporated many information from the Qt Wiki. -FWIW: Qt 5.15 LTS is not maintained publically and Qt WASM has quite a few bugs. Most +FWIW: Qt 5.15 LTS is not maintained publicly and Qt WASM has quite a few bugs. Most WASM fixes from Qt 6 are needed for Qt 5.15 too. They can mainly be cherry-picked from: - git log origin/dev src/plugins/platforms/wasm/ - git log --grep wasm origin/dev @@ -71,7 +71,7 @@ with some options. This way the LO WASM needs at least 64GB RAM. For faster link and generating source maps (see emscripten.py, finalize_wasm, and avoid modify_wasm = True). This is just needed for Qt examples, as LO already uses the correct flags! -The install is not really needed, as LO currently just uses qtbase on it's own. You can do +The install is not really needed, as LO currently just uses qtbase on its own. You can do make -j install or @@ -112,7 +112,7 @@ linked dynamically, but everything else is static. tar -chf wasm.tar --xform 's/.*program/lo-wasm/' instdir/program/soffice.* \ instdir/program/qt* -Your HTTP server needs to provide aditional headers: +Your HTTP server needs to provide additional headers: * add_header Cross-Origin-Opener-Policy same-origin * add_header Cross-Origin-Embedder-Policy require-corp -- cgit