diff options
| author | Jean-Michel Vourgère | 2019-11-07 09:10:07 +0000 |
|---|---|---|
| committer | Jean-Michel Vourgère | 2019-11-07 09:10:07 +0000 |
| commit | 412990f57c5ab5ec4ead9ec09d39e650993730d5 (patch) | |
| tree | 19737f65c4c8bedd68347edafce7c786e11fed53 /classes/Misc.php | |
| parent | b8140fe276e0f75ce6798205a2908c0907e4aa4f (diff) | |
codespell assisted typo cleaning
Diffstat (limited to 'classes/Misc.php')
| -rw-r--r-- | classes/Misc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Misc.php b/classes/Misc.php index e2553e55..7df578cc 100644 --- a/classes/Misc.php +++ b/classes/Misc.php @@ -1796,7 +1796,7 @@ function inisizeToBytes($strIniSize) { // This function will take the string value of an ini 'size' parameter, // and return a double (64-bit float) representing the number of bytes - // that the parameter represents. Or false if $strIniSize is unparseable. + // that the parameter represents. Or false if $strIniSize is unparsable. $a_IniParts = array(); if (!is_string($strIniSize)) |
