Skip to content

Commit 59c1c2b

Browse files
committed
Fix some typos
1 parent 7da3c2d commit 59c1c2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Book/php7/introduction.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ There are three primary goals of this book:
1010
* Document and describe how to extend the language with extensions.
1111
* Document and describe how you can interact with the community to develop PHP itself.
1212

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
1414
possible we will attempt to distill the information and summarize it so that developers who don't know C well, will
1515
still be able to understand the content.
1616

1717
However, let us insist. You won't be able to achieve something productive, stable (crash free under any platform),
1818
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:
2020

2121
* http://www.tenouk.com/
2222
* https://en.wikibooks.org/wiki/C_Programming
@@ -25,7 +25,7 @@ language itself, its ecosystem and build tools, and Operating System APIs :
2525
* http://www.faqs.org/docs/Linux-HOWTO/Program-Library-HOWTO.html
2626
* http://www.iecc.com/linker/linker10.html
2727

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
2929
make it translate to efficient CPU instructions so that you can design strong/fast/reliable and secure programs.
3030

3131
* The C Programming Language (Ritchie & Kernighan)

0 commit comments

Comments
 (0)