From 25086035168a637f1ca4e16eaff86569cfa909fd Mon Sep 17 00:00:00 2001 From: belliash Date: Mon, 23 Jul 2018 19:51:15 +0200 Subject: [PATCH] Another typo found --- engine/vfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/vfs.c b/engine/vfs.c index 191da3d..c6a85e1 100644 --- a/engine/vfs.c +++ b/engine/vfs.c @@ -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) {