diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2016-12-14 09:30:17 -0800 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-12-14 14:57:50 -0500 |
commit | 089f385a21806c00785fb0817e6ea590a5dd1412 (patch) | |
tree | 6f6078da506da189eb73d6d263540723ef4600eb /doc | |
parent | 27fab2bf6594a7735e24008bb0d71cf34f285b5a (diff) | |
download | guix-089f385a21806c00785fb0817e6ea590a5dd1412.tar guix-089f385a21806c00785fb0817e6ea590a5dd1412.tar.gz |
doc: Fix typo in Submitting Patches section.
* doc/contributing.texi (Submitting Patches): Fix "could could" typo.
Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/contributing.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi index 18d891db4e..de08f9b351 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -368,4 +368,4 @@ a subject. You may use your email client or the @command{git send-email} command. We prefer to get patches in plain text messages, either inline or as MIME attachments. You are advised to pay attention if your email client changes anything like line breaks or indentation which -could could potentially break the patches. +could potentially break the patches. |