added patch to fix minor spelling mistake

This commit is contained in:
Russell Sim 2012-04-12 20:17:45 +10:00
parent 3a282033f5
commit b23f854d6b
2 changed files with 13 additions and 0 deletions

12
debian/patches/minor_spelling_fix.patch vendored Normal file
View File

@ -0,0 +1,12 @@
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;

1
debian/patches/series vendored Normal file
View File

@ -0,0 +1 @@
minor_spelling_fix.patch