diff options
author | Urban Müller | 2022-04-19 16:14:25 +0200 |
---|---|---|
committer | Urban Müller | 2022-04-19 16:14:25 +0200 |
commit | c61c2e098467dc470b41ba8e8732d939b68f9037 (patch) | |
tree | f332e4a7cb13b1882f371e55a56376219a637826 /it.class | |
parent | 61537e79d181eaf31f39f54c68a70528770942f7 (diff) | |
download | itools-c61c2e098467dc470b41ba8e8732d939b68f9037.tar.gz itools-c61c2e098467dc470b41ba8e8732d939b68f9037.tar.bz2 itools-c61c2e098467dc470b41ba8e8732d939b68f9037.zip |
typos
Diffstat (limited to 'it.class')
-rw-r--r-- | it.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1192,7 +1192,7 @@ static function pipe($cmd, $args = array()) } /** - * Encodes data to json with unescaped slahes, unescape unicode and on devel pretty printing + * Encodes data to json with unescaped slashes, unescaped unicode and on devel pretty printing * @param $p['pretty'] Force enable or disable pretty printing */ static function json_encode($data, $p = []) |