From 087590b889fc2746c1392fe0b36984ed3ec1e3b0 Mon Sep 17 00:00:00 2001 From: Christian Göttsche Date: Wed, 29 May 2024 20:38:27 +0200 Subject: Fix misc typos --- doc/source/changelog.rst | 2 +- doc/source/cookies.rst | 2 +- doc/source/debug.rst | 2 +- doc/source/features.rst | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/source') 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 Bug fixes ^^^^^^^^^ * Make it actually possible to configure sloppy comparison on latests PHP7 -* Allow file:// prefix in include() wich readonly_exec mode +* Allow file:// prefix in include() with readonly_exec mode * Fix a possible crash when exporting function list * Fix a minor memory leak when parsing cookie-related configuration 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``: - The ``lax`` attribute prevents cookies from being sent cross-domain for "dangerous" methods, like ``POST``, ``PUT`` or ``DELETE``. -- The ``strict`` one prevents any cookies from beind sent cross-domain. +- The ``strict`` one prevents any cookies from being sent cross-domain. :: 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 .. _testsuite_fail: -The testsuite is failling +The testsuite is failing ------------------------- We're using `php qa `__ 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* of different filters, so make sure to read the :ref:`corresponding documentation `. Furthermore, running the `following script `_ will generate an hash and line-based whitelist -of dangerous functions, droping them everywhere else: +of dangerous functions, dropping them everywhere else: .. literalinclude:: ../../scripts/generate_rules.php -- cgit v1.3