Skip to content

Commit f70764a

Browse files
authored
Fix typo in build docs (#1522)
1 parent dad1b00 commit f70764a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ x86 Shell
240240

241241
.. _build shell:
242242

243-
If the ouptut of ``uname -p`` is ``x86`` then your shell is running as x86 via
243+
If the output of ``uname -p`` is ``x86`` then your shell is running as x86 via
244244
Rosetta instead of natively.
245245

246246
To fix this, find the application in Finder (``/Applications`` for iTerm,
@@ -264,4 +264,4 @@ Also check that cmake is using the correct architecture:
264264
265265
If you see ``"x86_64"``, try re-installing ``cmake``. If you see ``"arm64"``
266266
but the build errors out with "Building for x86_64 on macOS is not supported."
267-
wipe your build cahce with ``rm -rf build/`` and try again.
267+
wipe your build cache with ``rm -rf build/`` and try again.

0 commit comments

Comments
 (0)