diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-28 22:12:37 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-28 22:13:00 +0100 |
commit | 6b00a5f4a79819db08cb4d8e9f24a01445b7962b (patch) | |
tree | cf171d92e6cd769883a6a4be3ae0571eaa72c40d /etc | |
parent | aa243f9d4830cdaffd554be87d817f35a9ec6f9d (diff) | |
download | patches-6b00a5f4a79819db08cb4d8e9f24a01445b7962b.tar patches-6b00a5f4a79819db08cb4d8e9f24a01445b7962b.tar.gz |
news: Fix typo.
Reported by Eric Bavier <ericbavier@centurylink.net>.
* etc/news.scm: Fix typo in English title of latest news item.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/news.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/news.scm b/etc/news.scm index 8f79848b7f..5bcd075057 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -11,7 +11,7 @@ (entry (commit "49af34cfac89d384c46269bfd9388b2c73b1220a") (title (en "@command{guix pull} now honors -@file{/etc/guix/channels.scm") +@file{/etc/guix/channels.scm}") (fr "@command{guix pull} lit maintenant @file{/etc/guix/channels.scm}")) (body |