浏览代码

Typos

pull/170/head
Vladimír Kriška 11 年前
父节点
当前提交
785c4b1c24
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4
    4
      README.md

+ 4
- 4
README.md 查看文件

256
 * [PHP IDS](https://github.com/PHPIDS/PHPIDS) - A structured PHP security layer.
256
 * [PHP IDS](https://github.com/PHPIDS/PHPIDS) - A structured PHP security layer.
257
 * [PHP SSH](https://github.com/Herzult/php-ssh) - An experimental object orientated SSH wrapper library.
257
 * [PHP SSH](https://github.com/Herzult/php-ssh) - An experimental object orientated SSH wrapper library.
258
 * [IniScan](https://github.com/psecio/iniscan) - A tool that scans PHP INI files for security.
258
 * [IniScan](https://github.com/psecio/iniscan) - A tool that scans PHP INI files for security.
259
-* [SensioLabs Security Check](https://security.sensiolabs.org/) - A web tool to check your Composer dependecies for security advisories.
259
+* [SensioLabs Security Check](https://security.sensiolabs.org/) - A web tool to check your Composer dependencies for security advisories.
260
 * [Zed](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project) - An integrated penetration testing tool for web applications.
260
 * [Zed](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project) - An integrated penetration testing tool for web applications.
261
 
261
 
262
 ## Code Analysis
262
 ## Code Analysis
449
 ## Text and Numbers
449
 ## Text and Numbers
450
 *Libraries for parsing and manipulating text and numbers.*
450
 *Libraries for parsing and manipulating text and numbers.*
451
 
451
 
452
-* [ANSI to HTML5](https://github.com/sensiolabs/ansi-to-html) - An ANSI to HTML5 convertor library.
452
+* [ANSI to HTML5](https://github.com/sensiolabs/ansi-to-html) - An ANSI to HTML5 converter library.
453
 * [Patchwork UTF-8](https://github.com/nicolas-grekas/Patchwork-UTF8) - A portable library for working with UTF-8 strings.
453
 * [Patchwork UTF-8](https://github.com/nicolas-grekas/Patchwork-UTF8) - A portable library for working with UTF-8 strings.
454
 * [Hoa String](https://github.com/hoaproject/String) - Another UTF-8 string library.
454
 * [Hoa String](https://github.com/hoaproject/String) - Another UTF-8 string library.
455
 * [Stringy](https://github.com/danielstjules/Stringy) - A string manipulation library with multibyte support.
455
 * [Stringy](https://github.com/danielstjules/Stringy) - A string manipulation library with multibyte support.
581
 * [PHPStack](http://dunkels.com/adam/phpstack/) - A TCP/IP stack proof of concept written in PHP.
581
 * [PHPStack](http://dunkels.com/adam/phpstack/) - A TCP/IP stack proof of concept written in PHP.
582
 * [Nmap](https://github.com/willdurand/nmap) - A PHP wrapper around [Nmap](http://nmap.org/).
582
 * [Nmap](https://github.com/willdurand/nmap) - A PHP wrapper around [Nmap](http://nmap.org/).
583
 * [Code Mover](https://github.com/dantleech/code-mover) - A library for moving code.
583
 * [Code Mover](https://github.com/dantleech/code-mover) - A library for moving code.
584
-* [Iter](https://github.com/nikic/iter) - A library that provides iteration primatives using generators.
584
+* [Iter](https://github.com/nikic/iter) - A library that provides iteration primitives using generators.
585
 * [Lambda PHP](https://github.com/igorw/lambda-php) - A Lambda calculus interpreter in PHP.
585
 * [Lambda PHP](https://github.com/igorw/lambda-php) - A Lambda calculus interpreter in PHP.
586
 * [Country List](https://github.com/umpirsky/country-list) - A list of all countries with names and ISO 3166-1 codes.
586
 * [Country List](https://github.com/umpirsky/country-list) - A list of all countries with names and ISO 3166-1 codes.
587
 * [PHP-GPIO](https://github.com/ronanguilloux/php-gpio) - A library for playing with the Raspberry PI's GPIO pins.
587
 * [PHP-GPIO](https://github.com/ronanguilloux/php-gpio) - A library for playing with the Raspberry PI's GPIO pins.
616
 
616
 
617
 * [HipHop PHP](https://github.com/facebook/hiphop-php) - A Virtual Machine, Runtime and JIT for PHP by Facebook.
617
 * [HipHop PHP](https://github.com/facebook/hiphop-php) - A Virtual Machine, Runtime and JIT for PHP by Facebook.
618
 * [HippyVM](http://hippyvm.com/) - Another PHP virtual machine.
618
 * [HippyVM](http://hippyvm.com/) - Another PHP virtual machine.
619
-* [Hack](http://hacklang.org/) - A programming lanaguage for [HHVM](https://github.com/facebook/hiphop-php) that interoperates seamlessly with PHP.
619
+* [Hack](http://hacklang.org/) - A programming language for [HHVM](https://github.com/facebook/hiphop-php) that interoperates seamlessly with PHP.
620
 
620
 
621
 ## Web Applications
621
 ## Web Applications
622
 *Web-based applications and tools.*
622
 *Web-based applications and tools.*

正在加载...
取消
保存