mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-16 13:04:24 +00:00
added patch to fix minor spelling mistake
This commit is contained in:
parent
3a282033f5
commit
b23f854d6b
12
debian/patches/minor_spelling_fix.patch
vendored
Normal file
12
debian/patches/minor_spelling_fix.patch
vendored
Normal 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
1
debian/patches/series
vendored
Normal file
@ -0,0 +1 @@
|
||||
minor_spelling_fix.patch
|
Loading…
Reference in New Issue
Block a user