From 49dc76d1f0a724926bb8bdf190fed05eb1647b5a Mon Sep 17 00:00:00 2001 From: Travis Paul Date: Tue, 14 Apr 2020 17:17:44 +0800 Subject: [PATCH] Typofix s/than/that/ --- doc/source/features.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/features.rst b/doc/source/features.rst index 407b9c7f..3f401207 100644 --- a/doc/source/features.rst +++ b/doc/source/features.rst @@ -444,7 +444,7 @@ or ``is_callable`` with *suspicious* parameters. Some PHP applications are using broad rights when using the ``chmod`` function, like the infamous ``chmod(777)`` command, effectively making the file writable by everyone. Snuffleupagus is preventing this kind of behaviour by restricting the parameters -than can be passed to ``chmod``. +that can be passed to ``chmod``. Arbitrary file inclusion hardening """"""""""""""""""""""""""""""""""