summaryrefslogtreecommitdiffstats
path: root/docs/devinfo.html
diff options
context:
space:
mode:
authorThomas Helland <thomashelland90@gmail.com>2015-05-26 12:14:00 -0600
committerBrian Paul <brianp@vmware.com>2015-05-26 15:14:04 -0600
commit8d813d14e1f5c690c6737c6cd6fc01937a7d4246 (patch)
tree2d5f2d4cd4b7682f18d62b5c889404509f6e1fb9 /docs/devinfo.html
parentbe71bbfaa2ad201b570b56847a13328fc359d0ee (diff)
downloadexternal_mesa3d-8d813d14e1f5c690c6737c6cd6fc01937a7d4246.zip
external_mesa3d-8d813d14e1f5c690c6737c6cd6fc01937a7d4246.tar.gz
external_mesa3d-8d813d14e1f5c690c6737c6cd6fc01937a7d4246.tar.bz2
docs: Fix some typos in the developer notes
Found when double-checking my review on Brian's series. Signed-off-by: Thomas Helland <thomashelland90@gmail.com> Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'docs/devinfo.html')
-rw-r--r--docs/devinfo.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/devinfo.html b/docs/devinfo.html
index eb3aba1..0da18b9 100644
--- a/docs/devinfo.html
+++ b/docs/devinfo.html
@@ -564,7 +564,7 @@ Edit docs/relnotes/X.Y.Z.html to add the sha256sums printed as part of "make
tarballs" in the previous step. Commit this change.
</p>
-<h3>Push all commits and the tag creates above</h3>
+<h3>Push all commits and the tag created above</h3>
<p>
This is the first step that cannot easily be undone. The release is going
@@ -591,7 +591,7 @@ signatures to the freedesktop.org server:
mv ~/MesaLib-X.Y.Z* .
</pre>
-<h3>Back on mesa master, andd the new release notes into the tree</h3>
+<h3>Back on mesa master, add the new release notes into the tree</h3>
<p>
Something like the following steps will do the trick: