diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-04-05 14:19:25 +0200 |
---|---|---|
committer | Taichi Haradaguchi <20001722@ymail.ne.jp> | 2024-04-06 03:23:12 +0200 |
commit | 38ed8100872913c64941927bba665e4bd1a44c12 (patch) | |
tree | 1c081d36fa04cc31b826de21ad90fa7e27655ab4 /static | |
parent | f41ef630f7fc706d18cce76c3abe76a53f03b2d5 (diff) |
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>
Diffstat (limited to 'static')
-rw-r--r-- | static/README.wasm.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |