Skip to content

Commit cd2545c

Browse files
Fix typo
1 parent 6a40592 commit cd2545c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/doc/GetStartedGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ and a wide range of compute accelerators such as GPU and FPGA.
5050
* See LLVM's [host compiler toolchain requirements](https://github.com/intel/llvm/blob/sycl/llvm/docs/GettingStarted.rst#host-c-toolchain-both-compiler-and-standard-library)
5151
* `zstd` version 1.5.6 or later (Optional)
5252
* For Ubuntu, you can obtain it by `apt install libzstd-dev`
53-
* On Windows, you can build zstd manually from source [using Visual Studio](https://github.com/facebook/zstd?tab=readme-ov-file#visual-studio-windows) and then add the `zstd` install directory to the `PATH` enviornment variable.
53+
* For Windows, you can build `zstd` manually from source [using Visual Studio](https://github.com/facebook/zstd?tab=readme-ov-file#visual-studio-windows) and then add the `zstd` install directory to the `PATH` environment variable.
5454

5555
Alternatively, you can use a Docker image that has everything you need for
5656
building pre-installed:

0 commit comments

Comments
 (0)