Skip to content

Commit 3379198

Browse files
committed
Fixed typo.
1 parent b0f6840 commit 3379198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/p-file.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ REBINT Mode_Syms[] = {
405405
len += cnt;
406406
SET_FLAG(file->modes, RFM_RESEEK);
407407
}
408-
// Originaly, when the requested part was larger then the reported file's size,
408+
// Originaly, when the requested part was larger than the reported file's size,
409409
// then the reported file size was used instead. But on Posix there are virtual files,
410410
// where the size is reported as 0. In this case we keep the user's requested length.
411411
// See: https://github.com/Oldes/Rebol-issues/issues/2303

0 commit comments

Comments
 (0)