From 0a7020b55721f972afe99bbfbc73a0b425329569 Mon Sep 17 00:00:00 2001 From: Jake Turner Date: Sun, 14 Feb 2021 07:01:12 +0000 Subject: [PATCH] Fix minor typo checkou -> checkout --- util/test/demos/3rdparty/shaderc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/test/demos/3rdparty/shaderc/README.md b/util/test/demos/3rdparty/shaderc/README.md index 11de48189..d6a2d3d2c 100644 --- a/util/test/demos/3rdparty/shaderc/README.md +++ b/util/test/demos/3rdparty/shaderc/README.md @@ -7,4 +7,4 @@ Rough manual steps: 3. Build for x64 and set `CMAKE_INSTALL_PREFIX` to a `x64` subfolder here. 4. Optionally build for x86 and install to a `x86` subfolder. -On linux install to `linux64` or `linux32` (to allow sharing a checkou with windows). +On linux install to `linux64` or `linux32` (to allow sharing a checkout with windows).