diff mbox series

[bug#58564] gnu: Fix typos.

Message ID 20221016125053.2c4a14c1@sybil.lepiller.eu
State Accepted
Headers show
Series [bug#58564] gnu: Fix typos. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git-branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Julien Lepiller Oct. 16, 2022, 10:50 a.m. UTC
Hi Guix!

These two patches fix typos in the code and in the manual. These were
reported on weblate.

Comments

Tobias Geerinckx-Rice Oct. 16, 2022, 10:58 a.m. UTC | #1
Hi Julien,

I noticed another typo.  This should be:

-    "Setup @command{gitolite}, a Git hosting tool providing 
     access over SSH..
+    "Set up @command{gitolite}, a Git hosting tool providing 
access over SSH.

LGTM!

T G-R
Julien Lepiller Oct. 17, 2022, 5:34 a.m. UTC | #2
Le Sun, 16 Oct 2022 12:58:48 +0200,
Tobias Geerinckx-Rice <me@tobias.gr> a écrit :

> Hi Julien,
> 
> I noticed another typo.  This should be:
> 
> -    "Setup @command{gitolite}, a Git hosting tool providing 
>      access over SSH..
> +    "Set up @command{gitolite}, a Git hosting tool providing 
> access over SSH.
> 
> LGTM!
> 
> T G-R

Thanks, pushed to master as 82b0f3755d12e04578a54ee53b3a8051958e8143
and 63bb79fa388ced0a5404feb0300e75b527468055. I also noticed a new typo
in the emulate-fhs strings which is fixed ("~'%").
diff mbox series

Patch

From 4c051b28ec4d21bbc2597c0ab94fe5daf3fd32d3 Mon Sep 17 00:00:00 2001
From: Julien Lepiller <julien@lepiller.eu>
Date: Sun, 16 Oct 2022 12:49:24 +0200
Subject: [PATCH 2/2] doc: Fix typos.

These typos were found and reported on weblate.

* doc/guix.texi: Fix typos.
---
 doc/guix.texi | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index bdff4004d0..1069152533 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -21627,7 +21627,7 @@  The name of the icon theme to use.
 The name of the cursor theme to use.
 
 @item @code{cursor-theme-size} (default: @code{16}) (type: number)
-The size to use for the the cursor theme.
+The size to use for the cursor theme.
 
 @item @code{allow-debugging?} (type: maybe-boolean)
 Set to #t to enable debug log level.
@@ -22962,7 +22962,7 @@  Enable polling the kernel for battery level changes.
 Ignore the lid state, this can be useful if it's incorrect on a device.
 
 @item @code{use-percentage-for-policy?} (default: @code{#t})
-Whether a to use a policy based on battery percentage rather than on
+Whether to use a policy based on battery percentage rather than on
 estimated time left.  A policy based on battery percentage is usually
 more reliable.
 
@@ -26752,7 +26752,7 @@  When left unspecified, the value from the account archive prevails.
 Whether peer discovery should be enabled.  Peer discovery is used to
 discover other OpenDHT nodes on the local network, which can be useful
 to maintain communication between devices on such network even when the
-connection to the the Internet has been lost.  When left unspecified,
+connection to the Internet has been lost.  When left unspecified,
 the value from the account archive prevails.
 
 @item @code{bootstrap-hostnames} (type: maybe-string-list)
@@ -30989,7 +30989,7 @@  can run on headless servers.  The Xvnc implementations provided by the
 
 The @code{xvnc-server-type} service can be configured via the
 @code{xvnc-configuration} record, documented below.  A second virtual
-display could be made available on a remote machine for via the
+display could be made available on a remote machine via the
 following configuration:
 @end defvar
 
@@ -30998,7 +30998,7 @@  following configuration:
 @end lisp
 
 As a demonstration, the @command{xclock} command could then be started
-on the remote machine on display number 10, and it could be display
+on the remote machine on display number 10, and it could be displayed
 locally via the @command{vncviewer} command:
 @example
 # Start xclock on the remote machine.
-- 
2.38.0