Correct typo
The build was successful. Details

This commit is contained in:
Rafal Kupiec 2018-08-15 16:38:33 +02:00
parent 8ab67084a0
commit 89d7aca73a
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 1 additions and 1 deletions

View File

@ -1428,7 +1428,7 @@ static int PH7_builtin_dirname(ph7_context *pCtx, int nArg, ph7_value **apArg) {
/* Point to the target path */
zPath = ph7_value_to_string(apArg[0], &iLen);
if(iLen < 1) {
/* Reuturn "." */
/* Return "." */
ph7_result_string(pCtx, ".", sizeof(char));
return PH7_OK;
}