From 36f8f9b882a02afa1a2ff39ed16c731b617bc111 Mon Sep 17 00:00:00 2001 From: Jason2013 Date: Mon, 13 Dec 2021 08:11:44 +0000 Subject: [PATCH] Fix typo Part-of: --- docs/osmesa.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/osmesa.rst b/docs/osmesa.rst index 79774aa829e..776a083708e 100644 --- a/docs/osmesa.rst +++ b/docs/osmesa.rst @@ -14,7 +14,7 @@ information about the API functions. The OSMesa interface may be used with the gallium software renderers: #. llvmpipe - this is the high-performance Gallium LLVM driver -#. softpipe - this it the reference Gallium software driver +#. softpipe - this is the reference Gallium software driver There are several examples of OSMesa in the mesa/demos repository.