summaryrefslogtreecommitdiff
path: root/docs/submittingpatches.html
diff options
context:
space:
mode:
authorAndres Gomez <agomez@igalia.com>2018-07-19 16:02:19 +0300
committerAndres Gomez <agomez@igalia.com>2018-07-24 19:47:40 +0300
commitb0e49a9e7a1572083b60410898bcfe70cca0b5df (patch)
tree9e0ebee743e89eefc0c895ebf09918fcfe5a6d79 /docs/submittingpatches.html
parent28b8c18d841795dc158233b7aaf986c7f73068ae (diff)
downloadmesa-b0e49a9e7a1572083b60410898bcfe70cca0b5df.tar.gz
mesa-b0e49a9e7a1572083b60410898bcfe70cca0b5df.tar.bz2
mesa-b0e49a9e7a1572083b60410898bcfe70cca0b5df.zip
docs: correct typo in the submitting patches instructions
Cc: Emil Velikov <emil.velikov@collabora.com> Cc: Eric Engestrom <eric.engestrom@intel.com> Signed-off-by: Andres Gomez <agomez@igalia.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'docs/submittingpatches.html')
-rw-r--r--docs/submittingpatches.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/submittingpatches.html b/docs/submittingpatches.html
index 178ec5f89ec..e5350bdb2cf 100644
--- a/docs/submittingpatches.html
+++ b/docs/submittingpatches.html
@@ -36,7 +36,7 @@
perhaps, in very trivial cases.)
<li>Code patches should follow Mesa
<a href="codingstyle.html" target="_parent">coding conventions</a>.
-<li>Whenever possible, patches should only effect individual Mesa/Gallium
+<li>Whenever possible, patches should only affect individual Mesa/Gallium
components.
<li>Patches should never introduce build breaks and should be bisectable (see
<code>git bisect</code>.)