We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0f6840 commit 3379198Copy full SHA for 3379198
src/core/p-file.c
@@ -405,7 +405,7 @@ REBINT Mode_Syms[] = {
405
len += cnt;
406
SET_FLAG(file->modes, RFM_RESEEK);
407
}
408
- // Originaly, when the requested part was larger then the reported file's size,
+ // Originaly, when the requested part was larger than the reported file's size,
409
// then the reported file size was used instead. But on Posix there are virtual files,
410
// where the size is reported as 0. In this case we keep the user's requested length.
411
// See: https://github.com/Oldes/Rebol-issues/issues/2303
0 commit comments