diff options
| author | Andrew Dawes <andrewsdawes@gmail.com> | 2022-10-22 22:08:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-22 22:08:38 +0200 |
| commit | f81720941c07c76ad5ee25d0d69682463acb504b (patch) | |
| tree | 6cdefcf17249942ab008e78ac50ae125e345bd25 /docs/programmers/api-variables/variable-use-sub-dirs.md | |
| parent | 1ff79c6c38a73253304f761a8b387598d084f11c (diff) | |
| download | smarty-f81720941c07c76ad5ee25d0d69682463acb504b.tar.gz smarty-f81720941c07c76ad5ee25d0d69682463acb504b.tar.bz2 smarty-f81720941c07c76ad5ee25d0d69682463acb504b.zip | |
Fixed several typos and grammar errors (#821)
Diffstat (limited to 'docs/programmers/api-variables/variable-use-sub-dirs.md')
| -rw-r--r-- | docs/programmers/api-variables/variable-use-sub-dirs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/programmers/api-variables/variable-use-sub-dirs.md b/docs/programmers/api-variables/variable-use-sub-dirs.md index a95ac415..d973c240 100644 --- a/docs/programmers/api-variables/variable-use-sub-dirs.md +++ b/docs/programmers/api-variables/variable-use-sub-dirs.md @@ -10,7 +10,7 @@ environments do not allow PHP processes to create directories, so this must be disabled which is the default. Sub directories are more efficient, so use them if you can. -Theoretically you get much better perfomance on a filesystem with 10 +Theoretically you get much better performance on a filesystem with 10 directories each having 100 files, than with 1 directory having 1000 files. This was certainly the case with Solaris 7 (UFS)\... with newer filesystems such as ext3 and especially reiserfs, the difference is |
