diff options
| author | Christian Göttsche | 2024-05-29 20:38:27 +0200 |
|---|---|---|
| committer | jvoisin | 2024-06-06 16:28:33 +0200 |
| commit | 087590b889fc2746c1392fe0b36984ed3ec1e3b0 (patch) | |
| tree | 9d329097f4d6dfb7e1ff134689ab1bcc20456182 /doc | |
| parent | 7b6fba417004fc9f5d17bcec1dd6be63f568ae8d (diff) | |
Fix misc typos
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/changelog.rst | 2 | ||||
| -rw-r--r-- | doc/source/cookies.rst | 2 | ||||
| -rw-r--r-- | doc/source/debug.rst | 2 | ||||
| -rw-r--r-- | doc/source/features.rst | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 7d70498..d8724d0 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst | |||
| @@ -47,7 +47,7 @@ Breaking Changes | |||
| 47 | Bug fixes | 47 | Bug fixes |
| 48 | ^^^^^^^^^ | 48 | ^^^^^^^^^ |
| 49 | * Make it actually possible to configure sloppy comparison on latests PHP7 | 49 | * Make it actually possible to configure sloppy comparison on latests PHP7 |
| 50 | * Allow file:// prefix in include() wich readonly_exec mode | 50 | * Allow file:// prefix in include() with readonly_exec mode |
| 51 | * Fix a possible crash when exporting function list | 51 | * Fix a possible crash when exporting function list |
| 52 | * Fix a minor memory leak when parsing cookie-related configuration | 52 | * Fix a minor memory leak when parsing cookie-related configuration |
| 53 | 53 | ||
diff --git a/doc/source/cookies.rst b/doc/source/cookies.rst index 7d6ef24..2c71abd 100644 --- a/doc/source/cookies.rst +++ b/doc/source/cookies.rst | |||
| @@ -37,7 +37,7 @@ It can either be set to ``strict`` or ``lax``: | |||
| 37 | - The ``lax`` attribute prevents cookies from being sent cross-domain for | 37 | - The ``lax`` attribute prevents cookies from being sent cross-domain for |
| 38 | "dangerous" methods, like ``POST``, ``PUT`` or ``DELETE``. | 38 | "dangerous" methods, like ``POST``, ``PUT`` or ``DELETE``. |
| 39 | 39 | ||
| 40 | - The ``strict`` one prevents any cookies from beind sent cross-domain. | 40 | - The ``strict`` one prevents any cookies from being sent cross-domain. |
| 41 | 41 | ||
| 42 | :: | 42 | :: |
| 43 | 43 | ||
diff --git a/doc/source/debug.rst b/doc/source/debug.rst index b2a1f28..9ab4c29 100644 --- a/doc/source/debug.rst +++ b/doc/source/debug.rst | |||
| @@ -11,7 +11,7 @@ Debugging crashes | |||
| 11 | 11 | ||
| 12 | .. _testsuite_fail: | 12 | .. _testsuite_fail: |
| 13 | 13 | ||
| 14 | The testsuite is failling | 14 | The testsuite is failing |
| 15 | ------------------------- | 15 | ------------------------- |
| 16 | 16 | ||
| 17 | We're using `php qa <https://qa.php.net/>`__ tests format for our testsuite, | 17 | We're using `php qa <https://qa.php.net/>`__ tests format for our testsuite, |
diff --git a/doc/source/features.rst b/doc/source/features.rst index e9c3704..d7f6f7f 100644 --- a/doc/source/features.rst +++ b/doc/source/features.rst | |||
| @@ -302,7 +302,7 @@ to restrict execution to users on the LAN for example. There are a *lot* | |||
| 302 | of different filters, so make sure to read the :ref:`corresponding documentation <virtual-patching-config>`. | 302 | of different filters, so make sure to read the :ref:`corresponding documentation <virtual-patching-config>`. |
| 303 | 303 | ||
| 304 | Furthermore, running the `following script <https://github.com/nbs-system/snuffleupagus/blob/master/scripts/generate_rules.php>`_ will generate an hash and line-based whitelist | 304 | Furthermore, running the `following script <https://github.com/nbs-system/snuffleupagus/blob/master/scripts/generate_rules.php>`_ will generate an hash and line-based whitelist |
| 305 | of dangerous functions, droping them everywhere else: | 305 | of dangerous functions, dropping them everywhere else: |
| 306 | 306 | ||
| 307 | 307 | ||
| 308 | .. literalinclude:: ../../scripts/generate_rules.php | 308 | .. literalinclude:: ../../scripts/generate_rules.php |
