Another typo found

This commit is contained in:
Rafal Kupiec 2018-07-23 19:51:15 +02:00
parent 3ed00e610f
commit 2508603516
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 1 additions and 1 deletions

View File

@ -2920,7 +2920,7 @@ PH7_PRIVATE void *PH7_StreamOpenHandle(ph7_vm *pVm, const ph7_io_stream *pStream
}
}
} else {
/* Open the URI direcly */
/* Open the URI directly */
rc = pStream->xOpen(zFile, iFlags, pResource, &pHandle);
}
if(rc != PH7_OK) {