From 38ed8100872913c64941927bba665e4bd1a44c12 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 5 Apr 2024 14:19:25 +0200 Subject: Fix typo Change-Id: I0f6a4ac0910c83d572e2b2e39e8dcea0470517cb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165818 Tested-by: Jenkins Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp> --- static/README.wasm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static') diff --git a/static/README.wasm.md b/static/README.wasm.md index d3bd78b59b99..3cfe5f6c33c9 100644 --- a/static/README.wasm.md +++ b/static/README.wasm.md @@ -28,7 +28,7 @@ INFO: latest browser won't work anymore with 0.0.0.0 and need 127.0.0.1. We're using Qt 5.15.2 with Emscripten 3.1.46. There are a bunch of Qt patches to fix the most grave bugs. Also there's rapid development in Emscripten, so -using another version often causes arbitraty problems. +using another version often causes arbitrary problems. - See below under Docker build for another build option -- cgit