Skip to content

Commit 44e3e4f

Browse files
ocurred -> occurred
1 parent cd21d8e commit 44e3e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pal/src/cruntime/filecrt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ CorUnix::InternalFwrite(
547547

548548
nWrittenBytes = fwrite(pvBuffer, nSize, nCount, f);
549549

550-
// Make sure no error ocurred.
550+
// Make sure no error occurred.
551551
if ( nWrittenBytes < nCount )
552552
{
553553
// Set the FILE* error code

0 commit comments

Comments
 (0)