diff options
author | zimoun <zimon.toutoune@gmail.com> | 2020-05-22 02:03:42 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2020-05-25 14:46:03 +0200 |
commit | ba2104aaa378bda6075a2093a4fc4851505aa789 (patch) | |
tree | ecec38e0368045354b6b8dc59c10e868f437384d /doc/contributing.texi | |
parent | 5856db313d7e6973506fc6272fdf3eb4efd1d109 (diff) | |
download | guix-ba2104aaa378bda6075a2093a4fc4851505aa789.tar.gz |
doc: Fix typos.
* doc/guix.texi: Fix typos. * doc/contributing.texi: Fix typos. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
Diffstat (limited to 'doc/contributing.texi')
-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 7b1f7e7c94..25b50e8e72 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -501,7 +501,7 @@ It is a good idea to strip commit identifiers in the @code{version} field to, say, 7 digits. It avoids an aesthetic annoyance (assuming aesthetics have a role to play here) as well as problems related to OS limits such as the maximum shebang length (127 bytes for the Linux -kernel.) It is best to use the full commit identifiers in +kernel). It is best to use the full commit identifiers in @code{origin}s, though, to avoid ambiguities. A typical package definition may look like this: |