minor typos in the documentation (a/an)

This commit is contained in:
Дилян Палаузов
2019-08-23 21:45:16 +00:00
parent c178c9734c
commit 512655aa12
53 changed files with 82 additions and 82 deletions

View File

@@ -485,7 +485,7 @@ write_internal (GOutputStream *stream,
if (converted_bytes > 0)
{
/* We got an conversion error, but we did convert some bytes before
/* We got a conversion error, but we did convert some bytes before
that, so handle those before reporting the error */
g_error_free (my_error);
break;
@@ -505,7 +505,7 @@ write_internal (GOutputStream *stream,
return count; /* consume everything */
}
/* Converted no data and got an normal error, return it */
/* Converted no data and got a normal error, return it */
g_propagate_error (error, my_error);
return -1;
}