mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-16 22:06:55 +00:00
13 lines
368 B
Diff
13 lines
368 B
Diff
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;
|
|
|