1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 10:07:35 +00:00

Documentation: Fix a few typos

This commit is contained in:
Nico Weber 2022-12-27 13:40:23 -05:00 committed by Brian Gianforcaro
parent 7f52f45e9d
commit 7aa9413b53
4 changed files with 6 additions and 6 deletions

View file

@ -47,7 +47,7 @@ Serenity-specific patches were upstreamed to CMake in major version 3.25. To avo
patches to CMake, the minimum required CMake to build Serenity is set to that version.
If more patches are upstreamed to CMake, the minimum will be bumped again once that version releases.
To accomodate distributions that do not ship bleeding-edge CMake versions, the build scripts will
To accommodate distributions that do not ship bleeding-edge CMake versions, the build scripts will
attempt to build CMake from source if the version on your path is older than 3.25.x.
### Windows