[master] 11b23e73f spelling: uncacheable
Poul-Henning Kamp
phk at FreeBSD.org
Mon Aug 19 12:47:19 UTC 2024
commit 11b23e73f6f5a83d098c2229580a61c024f77047
Author: Josh Soref <2119212+jsoref at users.noreply.github.com>
Date: Wed Aug 7 09:13:17 2024 -0400
spelling: uncacheable
Signed-off-by: Josh Soref <2119212+jsoref at users.noreply.github.com>
diff --git a/doc/sphinx/users-guide/increasing-your-hitrate.rst b/doc/sphinx/users-guide/increasing-your-hitrate.rst
index 00336e99b..72fd2f544 100644
--- a/doc/sphinx/users-guide/increasing-your-hitrate.rst
+++ b/doc/sphinx/users-guide/increasing-your-hitrate.rst
@@ -524,7 +524,7 @@ on.
When a request is passed, this can be recognized in the
``vcl_backend_*`` subroutines by the fact that ``bereq.uncacheable``
-and ``beresp.uncachable`` are both true. The backend response will not
+and ``beresp.uncacheable`` are both true. The backend response will not
be cached, even if it fulfills conditions that otherwise would allow
it, for example if ``Cache-Control`` sets a positive TTL.
More information about the varnish-commit
mailing list