@@ -10,13 +10,13 @@ There are three primary goals of this book:
10
10
* Document and describe how to extend the language with extensions.
11
11
* Document and describe how you can interact with the community to develop PHP itself.
12
12
13
- This book is primarily targeted at developers who have experience in the C programming language. However, where-ever
13
+ This book is primarily targeted at developers who have experience in the C programming language. However, wherever
14
14
possible we will attempt to distill the information and summarize it so that developers who don't know C well, will
15
15
still be able to understand the content.
16
16
17
17
However, let us insist. You won't be able to achieve something productive, stable (crash free under any platform),
18
18
performant and useful, if you don't know the C language. Here are some pretty nice online resources about the C
19
- language itself, its ecosystem and build tools, and Operating System APIs :
19
+ language itself, its ecosystem and build tools, and Operating System APIs:
20
20
21
21
* http://www.tenouk.com/
22
22
* https://en.wikibooks.org/wiki/C_Programming
@@ -25,7 +25,7 @@ language itself, its ecosystem and build tools, and Operating System APIs :
25
25
* http://www.faqs.org/docs/Linux-HOWTO/Program-Library-HOWTO.html
26
26
* http://www.iecc.com/linker/linker10.html
27
27
28
- We also highly recommand you some books. You'll learn with them how to efficiently use the C language, and how to
28
+ We also highly recommend you some books. You'll learn with them how to efficiently use the C language, and how to
29
29
make it translate to efficient CPU instructions so that you can design strong/fast/reliable and secure programs.
30
30
31
31
* The C Programming Language (Ritchie & Kernighan)
0 commit comments