mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-28 06:47:53 +00:00
Add patch to fix spelling of error message
This is fixed upstream but lintian isn't happy
This commit is contained in:
parent
cd6868bbfd
commit
d8c4cc8224
14
debian/patches/fix_spelling.patch
vendored
Normal file
14
debian/patches/fix_spelling.patch
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
Fix spelling of error string.
|
||||
diff --git a/src/tree.c b/src/tree.c
|
||||
index 9655ad7..7afef92 100644
|
||||
--- a/src/tree.c
|
||||
+++ b/src/tree.c
|
||||
@@ -1257,7 +1257,7 @@ int git_tree_create_updated(git_oid *out, git_repository *repo, git_tree *baseli
|
||||
break;
|
||||
}
|
||||
default:
|
||||
- giterr_set(GITERR_TREE, "unkown action for update");
|
||||
+ giterr_set(GITERR_TREE, "unknown action for update");
|
||||
error = -1;
|
||||
goto cleanup;
|
||||
}
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -1,2 +1,3 @@
|
||||
disable_tests.patch
|
||||
fix_https_test.patch
|
||||
fix_spelling.patch
|
||||
|
Loading…
Reference in New Issue
Block a user