diff options
author | Carl Worth <cworth@cworth.org> | 2013-12-12 23:02:54 -0800 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2013-12-12 23:02:54 -0800 |
commit | 16c2919972bb477e6c0fd025eca450259c6a78e2 (patch) | |
tree | 6090f95062dc1e7a9e7ce6ce4dfedefa5dde4f6f /docs/devinfo.html | |
parent | 66d9cbfe6d051a4793e2baaf52daa1252d66ad61 (diff) |
docs: Fix typo
Simply replacing Extentions with the correct Extensions.
Diffstat (limited to 'docs/devinfo.html')
-rw-r--r-- | docs/devinfo.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devinfo.html b/docs/devinfo.html index b495097c9d..38c052ae96 100644 --- a/docs/devinfo.html +++ b/docs/devinfo.html @@ -17,7 +17,7 @@ <h1>Development Notes</h1> -<h2>Adding Extentions</h2> +<h2>Adding Extensions</h2> <p> To add a new GL extension to Mesa you have to do at least the following. |