libgit2 / php-git

PHP bindings for libgit2
http://libgit2.github.com
MIT License
565 stars 118 forks source link

Typos #33

Closed MattKetmo closed 12 years ago

MattKetmo commented 12 years ago

I noticed some typos in the README and in comments.

According to repository.c, the methods Git2\Repository::isExist() and Git2\Repository::read() are not available, but replaced by Git2\Repository::exists() and Git2\Repository::lookup().

chobie commented 12 years ago

Thank you!

I've looked git log -p as why I replace Git2\Repository::isExist. but no changes found. maybe I made completely wrong README.md.