mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-16 20:30:52 +00:00
removed patch for spelling error
This commit is contained in:
parent
13cfc456b4
commit
fed8c7eb94
12
debian/patches/minor_spelling_fix.patch
vendored
12
debian/patches/minor_spelling_fix.patch
vendored
@ -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;
|
||||
|
2
debian/patches/series
vendored
2
debian/patches/series
vendored
@ -1 +1 @@
|
||||
minor_spelling_fix.patch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user