From fa210550b0fd7f1cf68d4bb079a9d7c6e7f2b61e Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 18 Oct 2022 16:07:54 +0200 Subject: [PATCH] docs: correct spelling of "maximum" Reviewed-by: Eric Engestrom Part-of: --- docs/gallium/screen.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gallium/screen.rst b/docs/gallium/screen.rst index c7871522730..fc325ecf5ff 100644 --- a/docs/gallium/screen.rst +++ b/docs/gallium/screen.rst @@ -379,7 +379,7 @@ The integer capabilities: supported for patch primitives. * ``PIPE_CAP_SHADER_GROUP_VOTE``: Whether the ``VOTE_*`` ops can be used in shaders. -* ``PIPE_CAP_MAX_WINDOW_RECTANGLES``: The maxium number of window rectangles +* ``PIPE_CAP_MAX_WINDOW_RECTANGLES``: The maximum number of window rectangles supported in ``set_window_rectangles``. * ``PIPE_CAP_POLYGON_OFFSET_UNITS_UNSCALED``: If true, the driver implements support for ``pipe_rasterizer_state::offset_units_unscaled``.