a bunch of grammar fixes

This commit is contained in:
Francesco Cozzuto
2022-08-17 23:58:28 +02:00
parent 7e0144faa3
commit 71e8a9e4cb
14 changed files with 42 additions and 75 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ Source *Source_FromFile(const char *file, Error *error)
return NULL;
}
// Open the file and get it's size.
// Open the file and get its size.
// at the end of the block, the file
// cursor will point at the start of
// the file.