summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorthislooksfun <tlf@thislooks.fun>2021-04-27 18:37:16 -0500
committerLinus Groh <mail@linusgroh.de>2021-04-28 09:28:19 +0200
commitbae86cbaa7f3d6bd3c679f0ae42fb872b1609d57 (patch)
tree650da02643807d3b2a2e3cf1ced59efcb28b7e24 /Documentation
parent91def742a4ee6561087b9ae9601275c48b5b7c4c (diff)
downloadserenity-bae86cbaa7f3d6bd3c679f0ae42fb872b1609d57.zip
Documentation: Fix typo (ex2 -> ext2) from #6069
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/BuildInstructions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md
index c8c649ed5a..03ec0b86d4 100644
--- a/Documentation/BuildInstructions.md
+++ b/Documentation/BuildInstructions.md
@@ -114,7 +114,7 @@ Make sure you have all the dependencies installed:
# core
brew install coreutils qemu bash gcc@10 ninja cmake
-# Fuse + ex2
+# Fuse + ext2
brew install osxfuse e2fsprogs m4 autoconf automake libtool
brew install --cask osxfuse
Toolchain/BuildFuseExt2.sh