removed patch for spelling error

This commit is contained in:
Russell Sim 2012-05-20 21:41:08 +10:00
parent 13cfc456b4
commit fed8c7eb94
2 changed files with 1 additions and 13 deletions

View File

@ -1,12 +0,0 @@
Fixed minor spelling error discovered by lintinan
--- a/src/repository.c
+++ b/src/repository.c
@@ -400,7 +400,7 @@
assert(device_out);
if (p_lstat(path, &path_info))
- return git__throw(GIT_EOSERR, "Failed to get file informations: %s", path);
+ return git__throw(GIT_EOSERR, "Failed to get file information: %s", path);
*device_out = path_info.st_dev;

View File

@ -1 +1 @@
minor_spelling_fix.patch