1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-11-21 16:13:00 +00:00

core/05-functions.php: comment typo

This commit is contained in:
Starbeamrainbowlabs 2024-09-05 02:37:58 +01:00 committed by GitHub
parent 920a7e0a85
commit 71f72fd2f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -136,7 +136,7 @@ function glob_recursive($pattern, $flags = 0)
*
* @package core
* @author Alx84
* @param string $filename A filename with storage prefix as retuned by glob_recursive()
* @param string $filename A filename with storage prefix as returned by glob_recursive()
* @return string Normalized filename
*/
function normalize_filename($filename)