summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-10-31 09:43:17 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-10-31 09:43:17 -0600
commitd11b375b16d2d16cf324777aa854ea3222ac89a2 (patch)
tree45e6e7eea43773d78c469bcbabcd434765db6424
parentd1afa8146ffbdf35c4fb823aeb9b0bfd31225da4 (diff)
fix typo
-rw-r--r--docs/relnotes-7.0.2.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/relnotes-7.0.2.html b/docs/relnotes-7.0.2.html
index b8dacb66ba..0d06d30d1d 100644
--- a/docs/relnotes-7.0.2.html
+++ b/docs/relnotes-7.0.2.html
@@ -39,7 +39,7 @@ Mesa 7.0.2 is a stable release with bug fixes since version 7.0.
<li>Fixed a GLU matrix inversion bug (#6748)
<li>Fixed problem with large glDrawArrays calls and indirect rendering (bug 12141)
<li>Fixed an assortment of i965 driver bugs
-<li>Fixed and x86-64 vertex transformation bug (12216)
+<li>Fixed x86-64 vertex transformation bug (12216)
<li>Fixed X server crash caused by multiple indirect rendering clients
<li>Parsing of state.texgen in ARB vertex/fragment programs didn't work (bug 12313)
<li>Fixed a glCopyPixels/glPixelZoom bug (12417)