Correct some typos

This commit is contained in:
2018-07-22 19:07:58 +02:00
committed by David Carlier
parent e7b78be8e5
commit ceca007cd1
6 changed files with 21 additions and 21 deletions

View File

@@ -4030,7 +4030,7 @@ static int PH7_builtin_vsprintf(ph7_context *pCtx, int nArg, ph7_value **apArg)
/*
* Symisc eXtension.
* string size_format(int64 $size)
* Return a smart string represenation of the given size [i.e: 64-bit integer]
* Return a smart string representation of the given size [i.e: 64-bit integer]
* Example:
* echo size_format(1*1024*1024*1024);// 1GB
* echo size_format(512*1024*1024); // 512 MB