Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit 94c9d6c

Browse files
theodorejbcmb69
authored andcommitted
Fix typos in readme
1 parent 2dab406 commit 94c9d6c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ These are not included with the PHP SDK, but might be useful. While Visual C++ i
5050

5151
# Usage
5252

53-
The PHP SDK should be unzipped into the shortest possible path, preferrably somewhere near the drive root.
53+
The PHP SDK should be unzipped into the shortest possible path, preferably somewhere near the drive root.
5454

5555
Usually, the first step to start the PHP SDK is by invoking one of the suitable starter scripts. This automatically puts the console on the correct environment relevant for the desired PHP build configuration.
5656

@@ -190,9 +190,9 @@ previously.
190190
- When fetching the binary SDK from git, git `core.autocrlf` configuration directive set to `false` is recommended.
191191
- Tools, based on MSYS2, only accept paths with forward slashes.
192192
- Both Visual C++ toolset and the Windows SDK components have to be installed for the PHP SDK to work properly.
193-
- The VC++ toolset is still requried, even if another compiler, fe. clang, is intended to be used.
193+
- The VC++ toolset is still required, even if another compiler, fe. clang, is intended to be used.
194194
- `task.exe` is not a console application, some systems might not propagate exit code except the batch is explicitly run from `cmd /c`, etc.
195-
- `7za` should be prefered over `unzip` and `zip` for compatibility reasons.
196-
- If you experince some strange crashes on MSYS2 tools, try the phpsdk_rebase_msys2 tool. MSYS2 tools might be have unstable
195+
- `7za` should be preferred over `unzip` and `zip` for compatibility reasons.
196+
- If you experience some strange crashes on MSYS2 tools, try the phpsdk_rebase_msys2 tool. MSYS2 tools might be have unstable
197197
on ASLR enabled systems.
198198

0 commit comments

Comments
 (0)