OSDN Git Service

docs: correct typo in the submitting patches instructions
authorAndres Gomez <agomez@igalia.com>
Thu, 19 Jul 2018 13:02:19 +0000 (16:02 +0300)
committerAndres Gomez <agomez@igalia.com>
Tue, 24 Jul 2018 16:47:40 +0000 (19:47 +0300)
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>
docs/submittingpatches.html

index 178ec5f..e5350bd 100644 (file)
@@ -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>.)