summaryrefslogtreecommitdiff
path: root/Development
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2016-05-20 14:16:52 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2016-05-20 14:20:16 +0100
commit05c4b3eff3d17a332baae77aa408f499213ce101 (patch)
treefa222006775c3ea6cac6acef3577edba4d9500b1 /Development
parent861ec9df2d3a55f49ac5e6655202c39f15d56d78 (diff)
SubmittingPatches: fix minor grammar issues in last change
Spotted by Eric Engestrom.
Diffstat (limited to 'Development')
-rw-r--r--Development/Documentation/SubmittingPatches.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/Development/Documentation/SubmittingPatches.mdwn b/Development/Documentation/SubmittingPatches.mdwn
index cb2cd113..f10aed9f 100644
--- a/Development/Documentation/SubmittingPatches.mdwn
+++ b/Development/Documentation/SubmittingPatches.mdwn
@@ -122,7 +122,7 @@ If you are sending the patch to the list, you may include additional information
# E-Mailing a patch
-E-mail the patch you have just created to the xorg-devel list for review and approval. Let's use the [[git-send-email|http://www.kernel.org/pub/software/scm/git/docs/git-send-email.html]] command for that. You can use other e-mail clients to send your patch, but you must ensure the patch is inline,the mailer isn't altering the spaces or lines of the patch that.
+E-mail the patch you have just created to the xorg-devel list for review and approval. Let's use the [[git-send-email|http://www.kernel.org/pub/software/scm/git/docs/git-send-email.html]] command for that. You can use other e-mail clients to send your patch, but you must ensure the patch is inline and the mailer isn't altering the spaces or lines of the patch.
In other words, one must be able to directly see the contents of the patch and apply it via [[git am|https://www.kernel.org/pub/software/scm/git/docs/git-am.html]] or [[git am --scissors|https://www.kernel.org/pub/software/scm/git/docs/git-am.html]]