Commit 683581a3 by schu

index.c: Fix tiny typos

parent 9d80d74d
......@@ -74,7 +74,7 @@ struct entry_short {
uint32_t file_size;
git_oid oid;
uint16_t flags;
char path[1]; /* arbritrary length */
char path[1]; /* arbitrary length */
};
struct entry_long {
......@@ -89,7 +89,7 @@ struct entry_long {
git_oid oid;
uint16_t flags;
uint16_t flags_extended;
char path[1]; /* arbritrary length */
char path[1]; /* arbitrary length */
};
/* local declarations */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment