aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2023-06-19 10:15:23 +0200
committerLudovic Courtès <ludo@gnu.org>2023-06-21 00:10:49 +0200
commitbcdff1d9fcd7cdeef34ee2c0243f4aae835013dc (patch)
treefda0fca3e1819b49d349394adc68fc0a62d0a9f9 /etc
parent6a91d4b8e070ef148f36218e5e822c02cc66d228 (diff)
downloadguix-bcdff1d9fcd7cdeef34ee2c0243f4aae835013dc.tar
guix-bcdff1d9fcd7cdeef34ee2c0243f4aae835013dc.tar.gz
news: Fix typo.
* etc/news.scm: Fix typo in French version.
Diffstat (limited to 'etc')
-rw-r--r--etc/news.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/news.scm b/etc/news.scm
index 91232d049c..1768d5c5e9 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -30,7 +30,7 @@
(title
(en "New @command{guix locate} command")
(de "Neuer Befehl @command{guix locate}")
- (fr "Nouvelle command @command{guix locate}"))
+ (fr "Nouvelle commande @command{guix locate}"))
(body
(en "The new @command{guix locate} command lets you search for
packages containing a given file---at long last! For instance, to find which
@@ -70,7 +70,7 @@ guix locate ls
@end example
Pour le moment la commande se base uniquement sur des informations locales.
-Elle ne peut donc pas trouver des paquets dans votre dépôt. Cette limitation
+Elle ne peut donc pas trouver des paquets absents de votre dépôt. Cette limitation
sera levée dans une prochaine version.
Lancer @command{info \"(guix) Invoking guix locate\"} pour plus d'informations.")))