01/01: doc: Fix typo.

2019-12-09 Thread guix-commits
jlicht pushed a commit to branch master
in repository guix.

commit 92a0c3ec35412b6105d31432dd1d2effaf2e788d
Author: Jelle Licht 
Date:   Mon Dec 9 17:18:08 2019 +0100

doc: Fix typo.

* doc/guix.texi (bitlbee-configuration): The field that refers to the 
bitlbee
package is called "bitlbee", not "package".
---
 0001-doc-Fix-typo.patch | 27 +++
 doc/guix.texi   |  2 +-
 2 files changed, 28 insertions(+), 1 deletion(-)

diff --git a/0001-doc-Fix-typo.patch b/0001-doc-Fix-typo.patch
new file mode 100644
index 000..dcf2131
--- /dev/null
+++ b/0001-doc-Fix-typo.patch
@@ -0,0 +1,27 @@
+From ed44908b1cc9bd65a17a1eb6d10523323f2a95c7 Mon Sep 17 00:00:00 2001
+From: Jelle Licht 
+Date: Mon, 9 Dec 2019 17:18:08 +0100
+Subject: [PATCH] doc: Fix typo.
+
+* doc/guix.texi (bitlbee-configuration): The field that contains bitlbee
+package is "bitlbee", not "package".
+---
+ doc/guix.texi | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/doc/guix.texi b/doc/guix.texi
+index d6c84e949d..3f646cd2ca 100644
+--- a/doc/guix.texi
 b/doc/guix.texi
+@@ -18291,7 +18291,7 @@ When @var{interface} is @code{127.0.0.1}, only local 
clients can
+ connect; when it is @code{0.0.0.0}, connections can come from any
+ networking interface.
+ 
+-@item @code{package} (default: @code{bitlbee})
++@item @code{bitlbee} (default: @code{bitlbee})
+ The BitlBee package to use.
+ 
+ @item @code{plugins} (default: @code{'()})
+-- 
+2.24.0
+
diff --git a/doc/guix.texi b/doc/guix.texi
index d6c84e9..3f646cd 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -18291,7 +18291,7 @@ When @var{interface} is @code{127.0.0.1}, only local 
clients can
 connect; when it is @code{0.0.0.0}, connections can come from any
 networking interface.
 
-@item @code{package} (default: @code{bitlbee})
+@item @code{bitlbee} (default: @code{bitlbee})
 The BitlBee package to use.
 
 @item @code{plugins} (default: @code{'()})



01/01: doc: Fix typo.

2019-11-26 Thread guix-commits
efraim pushed a commit to branch master
in repository guix.

commit ba40e1fe0683c8e6b24b2060a1acd07e6fca0d3f
Author: Efraim Flashner 
Date:   Tue Nov 26 11:44:21 2019 +0200

doc: Fix typo.

* doc/guix.texi (php-fpm-service-type): Note that the socket-group
default is "nagios" and not "php-fpm".
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index a64b0fb..23a30ce 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -20360,7 +20360,7 @@ User who will own the php worker processes.
 Group of the worker processes.
 @item @code{socket-user} (default: @code{php-fpm})
 User who can speak to the php-fpm socket.
-@item @code{socket-group} (default: @code{php-fpm})
+@item @code{socket-group} (default: @code{nginx})
 Group that can speak to the php-fpm socket.
 @item @code{pid-file} (default: @code{(string-append "/var/run/php" 
(version-major (package-version php)) "-fpm.pid")})
 The process id of the php-fpm process is written to this file



01/01: doc: Fix typo in example.

2019-11-19 Thread guix-commits
efraim pushed a commit to branch master
in repository guix.

commit 7b40d59114e1462d6d8140f325a66b12e91db667
Author: Efraim Flashner 
Date:   Tue Nov 19 12:21:08 2019 +0200

doc: Fix typo in example.

* doc/guix.texi (Web Services)[nginx-php-fpm-location]: Fix example to
actually use nginx-php-fpm-location.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 5151a82..ea8a878 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -20442,7 +20442,7 @@ A simple services setup for nginx with php can look 
like this:
(server-name '("example.com"))
(root "/srv/http/")
(locations
-(list (nginx-php-location)))
+(list (nginx-php-fpm-location)))
(listen '("80"))
(ssl-certificate #f)
(ssl-certificate-key #f)))



01/01: doc: Fix typo.

2019-11-19 Thread guix-commits
efraim pushed a commit to branch master
in repository guix.

commit 535a13a2ab1c27955a5b03accab86fab2cf88180
Author: Efraim Flashner 
Date:   Tue Nov 19 11:24:35 2019 +0200

doc: Fix typo.

* doc/guix.texi (Web Services)[php-fpm-configuration]: Change language
to suggest there are more than two options.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 61b639e..5151a82 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -20364,7 +20364,7 @@ once the service has started.
 Log for the php-fpm master process.
 @item @code{process-manager} (default: 
@code{(php-fpm-dynamic-process-manager-configuration)})
 Detailed settings for the php-fpm process manager.
-Must be either:
+Must be one of:
 @table @asis
 @item @code{}
 @item @code{}



01/01: doc: Fix typo.

2019-08-26 Thread guix-commits
ngz pushed a commit to branch master
in repository guix.

commit 5aa4278319a914c69a6a0f61c1b09b7db8573e57
Author: Nicolas Goaziou 
Date:   Mon Aug 26 22:50:16 2019 +0200

doc: Fix typo.

* doc/guix.texi (Build Systems): Add missing question mark to
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 8f2608d..c1e451f 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -6112,7 +6112,7 @@ interpreter version.
 By default guix calls @code{setup.py} under control of
 @code{setuptools}, much like @command{pip} does.  Some packages are not
 compatible with setuptools (and pip), thus you can disable this by
-setting the @code{#:use-setuptools} parameter to @code{#f}.
+setting the @code{#:use-setuptools?} parameter to @code{#f}.
 @end defvr
 
 @defvr {Scheme Variable} perl-build-system



01/01: doc: Fix typo.

2019-06-17 Thread guix-commits
boskovits pushed a commit to branch master
in repository guix.

commit 1539156231205004993c9d9592039daa61021c50
Author: Gábor Boskovits 
Date:   Mon Jun 17 23:20:44 2019 +0200

doc: Fix typo.

* doc/guix.texi (Base Services)[guix-publish-service-type]:
"guix-publish-configuration" instead of "guix-configuration".
---
 doc/guix.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 033ad9e..03f890c 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -58,7 +58,7 @@ Copyright @copyright{} 2018 Rutger Helling@*
 Copyright @copyright{} 2018 Oleg Pykhalov@*
 Copyright @copyright{} 2018 Mike Gerwitz@*
 Copyright @copyright{} 2018 Pierre-Antoine Rouby@*
-Copyright @copyright{} 2018 Gábor Boskovits@*
+Copyright @copyright{} 2018, 2019 Gábor Boskovits@*
 Copyright @copyright{} 2018, 2019 Florian Pelz@*
 Copyright @copyright{} 2018 Laura Lazzati@*
 Copyright @copyright{} 2018 Alex Vong@*
@@ -12245,7 +12245,7 @@ The GPM package to use.
 @anchor{guix-publish-service-type}
 @deffn {Scheme Variable} guix-publish-service-type
 This is the service type for @command{guix publish} (@pxref{Invoking
-guix publish}).  Its value must be a @code{guix-configuration}
+guix publish}).  Its value must be a @code{guix-publish-configuration}
 object, as described below.
 
 This assumes that @file{/etc/guix} already contains a signing key pair as



01/01: doc: Fix typo.

2019-06-14 Thread guix-commits
hoebjo pushed a commit to branch master
in repository guix.

commit f063f0efebe484a0f4cb1aed6e49053860fdd822
Author: Björn Höfling 
Date:   Fri Jun 14 17:00:50 2019 +0200

doc: Fix typo.

* doc/guix.texi: Switch URI and description in @uref for hpcguix-web.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 9dc1d2a..052be47 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -19833,7 +19833,7 @@ A simple setup for cat-avatar-generator can look like 
this:
 @subsubheading Hpcguix-web
 
 @cindex hpcguix-web
-The @uref{hpcguix-web, https://github.com/UMCUGenetics/hpcguix-web/}
+The @uref{https://github.com/UMCUGenetics/hpcguix-web/, hpcguix-web}
 program is a customizable web interface to browse Guix packages,
 initially designed for users of high-performance computing (HPC)
 clusters.



01/01: doc: Fix typo.

2019-05-11 Thread guix-commits
arunisaac pushed a commit to branch master
in repository guix.

commit 7f03133ba398d9e635dd333f6e2f12bd8fd7be00
Author: Diego Nicola Barbato 
Date:   Thu May 9 22:44:45 2019 +0200

doc: Fix typo.

* doc/guix.texi (shepherd-service): Replace 'requirements' with 
'requirement'.

Signed-off-by: Arun Isaac 
---
 doc/guix.texi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index df72082..3f50bf7 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -63,6 +63,7 @@ Copyright @copyright{} 2018 Florian Pelz@*
 Copyright @copyright{} 2018 Laura Lazzati@*
 Copyright @copyright{} 2018 Alex Vong@*
 Copyright @copyright{} 2019 Josh Holland@*
+Copyright @copyright{} 2019 Diego Nicola Barbato@*
 
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.3 or
@@ -25279,7 +25280,7 @@ These are the names that may be passed to @command{herd 
start},
 shepherd, The GNU Shepherd Manual}).  @xref{Slots of services, the
 @code{provides} slot,, shepherd, The GNU Shepherd Manual}, for details.
 
-@item @code{requirements} (default: @code{'()})
+@item @code{requirement} (default: @code{'()})
 List of symbols denoting the Shepherd services this one depends on.
 
 @cindex one-shot services, for the Shepherd



01/01: doc: Fix typo.

2019-05-09 Thread guix-commits
arunisaac pushed a commit to branch master
in repository guix.

commit 4ac8dd43f02637800d99a7f82d75069cfff91326
Author: Josh Holland 
Date:   Wed May 8 16:22:52 2019 +0100

doc: Fix typo.

* doc/guix.texi (cargo-build-system): Correct Carto.toml.

Signed-off-by: Arun Isaac 
---
 doc/guix.texi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 1caecfc..df72082 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -62,6 +62,7 @@ Copyright @copyright{} 2018 Gábor Boskovits@*
 Copyright @copyright{} 2018 Florian Pelz@*
 Copyright @copyright{} 2018 Laura Lazzati@*
 Copyright @copyright{} 2018 Alex Vong@*
+Copyright @copyright{} 2019 Josh Holland@*
 
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.3 or
@@ -5778,7 +5779,7 @@ supports builds of packages using Cargo, the build tool 
of the
 @uref{https://www.rust-lang.org, Rust programming language}.
 
 In its @code{configure} phase, this build system replaces dependencies
-specified in the @file{Carto.toml} file with inputs to the Guix package.
+specified in the @file{Cargo.toml} file with inputs to the Guix package.
 The @code{install} phase installs the binaries, and it also installs the
 source code and @file{Cargo.toml} file.
 @end defvr



01/01: doc: Fix typo.

2019-05-05 Thread guix-commits
dannym pushed a commit to branch master
in repository guix.

commit 123e424e95ccbc1d6e436202b8f3992b7125f031
Author: Miguel 
Date:   Sun May 5 17:28:34 2019 +0200

doc: Fix typo.

* doc/guix.texi (VM): Add missing dot.

Signed-off-by: Danny Milosavljevic 
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 8f7feca..4b0f518 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -24649,7 +24649,7 @@ example graph.
 @cindex virtual machine
 To run Guix in a virtual machine (VM), one can use the pre-built Guix VM image
 distributed at
-@url{@value{BASE-URL}/guix-system-vm-image-@value{VERSION}.x86_64-linux.xz}
+@url{@value{BASE-URL}/guix-system-vm-image-@value{VERSION}.x86_64-linux.xz}.
 This image is a compressed image in QCOW format.  You will first need to
 decompress with @command{xz -d}, and then you can pass it to an emulator such
 as QEMU (see below for details).



01/01: doc: Fix typo.

2019-04-14 Thread guix-commits
dannym pushed a commit to branch master
in repository guix.

commit a0b419bc643ad5c2fd4a6c58e0b39938f2156a84
Author: Danny Milosavljevic 
Date:   Sun Apr 14 20:05:45 2019 +0200

doc: Fix typo.

Follow-up to 96ef8565281c511b119e0dd7799337d67f9efab3.

* doc/guix.texi (Limitations): Fix typo.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 52972cf..ea72c73 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -1795,7 +1795,7 @@ available.
 @node Limitations
 @section Limitations
 
-We consider Guix System to be ready for a wide range of ``dekstop'' and server
+We consider Guix System to be ready for a wide range of ``desktop'' and server
 use cases.  The reliability guarantees it provides---transactional upgrades
 and rollbacks, reproducibility---make it a solid foundation.
 



01/01: doc: Fix typo.

2019-02-19 Thread guix-commits
nckx pushed a commit to branch master
in repository guix.

commit 98808c8aedec679cf0053abc046ba15df82457a0
Author: Tobias Geerinckx-Rice 
Date:   Tue Feb 19 13:27:56 2019 +0100

doc: Fix typo.

* doc/guix.texi (Proceeding with the Installation): Fix typo.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 2ccc788..9fb5cff 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -2269,7 +2269,7 @@ you are installing GRUB in the legacy way, or 
@code{grub-efi-bootloader}
 for newer UEFI systems.  For legacy systems, the @code{target} field
 names a device, like @code{/dev/sda}; for UEFI systems it names a path
 to a mounted EFI partition, like @code{/boot/efi}; do make sure the path is
-currently mounted and a @code{file-sytem} entry is specified in your
+currently mounted and a @code{file-system} entry is specified in your
 configuration.
 
 @item



01/01: doc: Fix typo.

2018-12-24 Thread guix-commits
efraim pushed a commit to branch master
in repository guix.

commit b599fed5b0be2abcc9ff3cd421e431adf86391ea
Author: Efraim Flashner 
Date:   Mon Dec 24 12:38:59 2018 +0200

doc: Fix typo.

This is a follow-up to c39491829a0c1d870f8133b8f7a699152fc71503

* doc/guix.texi (Invoking guix refresh): Fix texinfo markup
---
 doc/guix.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 514ee3e..f86a288 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -7588,8 +7588,8 @@ List all the packages which one or more packages depend 
upon.
 
 @example
 $ guix refresh --list-transitive flex
-flex@2.6.4 depends on the following 25 packages: perl@5.28.0 help2man@1.47.6
-bison@3.0.5 indent@2.2.10 tar@1.30 gzip@1.9 bzip2@1.0.6 xz@5.2.4 file@5.33 
@dote{}
+flex@@2.6.4 depends on the following 25 packages: perl@@5.28.0 help2man@@1.47.6
+bison@@3.0.5 indent@@2.2.10 tar@@1.30 gzip@@1.9 bzip2@@1.0.6 xz@@5.2.4 
file@@5.33 @dots{}
 @end example
 
 @end table



01/01: doc: Fix typo

2018-12-05 Thread guix-commits
lfam pushed a commit to branch master
in repository guix.

commit 214e55fa87e636bf686ab8b64e9811870e61d22a
Author: Laura Lazzati 
Date:   Wed Dec 5 16:11:26 2018 -0300

doc: Fix typo

 * doc/guix.texi (Invoking guix system): Fix typo.

Signed-off-by: Leo Famulari 
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index c138d43..03c810c 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -22312,7 +22312,7 @@ switch to it@footnote{This action (and the related 
actions
 @code{switch-generation} and @code{roll-back}) are usable only on
 systems already running GuixSD.}.
 
-This effects all the configuration specified in @var{file}: user
+This affects all the configuration specified in @var{file}: user
 accounts, system services, global package list, setuid programs, etc.
 The command starts system services specified in @var{file} that are not
 currently running; if a service is currently running this command will



01/01: doc: Fix typo.

2018-12-02 Thread guix-commits
ngz pushed a commit to branch master
in repository guix.

commit b2e5048c0cbd61197fa4e35961ed56df5585467b
Author: Nicolas Goaziou 
Date:   Sun Dec 2 10:03:47 2018 +0100

doc: Fix typo.

* doc/guix.texi (Invoking guix refresh): Prevent spurious space after 
"e.g.".
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 250fab1..662bff2 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -7588,7 +7588,7 @@ Use @var{host} as the OpenPGP key server when importing a 
public key.
 
 The @code{github} updater uses the
 @uref{https://developer.github.com/v3/, GitHub API} to query for new
-releases.  When used repeatedly e.g. when refreshing all packages,
+releases.  When used repeatedly e.g.@: when refreshing all packages,
 GitHub will eventually refuse to answer any further API requests.  By
 default 60 API requests per hour are allowed, and a full refresh on all
 GitHub packages in Guix requires more than this.  Authentication with



01/01: doc: Fix typo in connman config.

2018-11-15 Thread Efraim Flashner
efraim pushed a commit to branch master
in repository guix.

commit c61f36f368c563c48815de0abe625383909b0a8d
Author: Giovanni Biscuolo 
Date:   Wed Nov 14 21:44:13 2018 +0100

doc: Fix typo in connman config.

* doc/guix.texi (Networking Services): Fix typo in connman config
"disable-vpn?" parameter documentation, semantic is inverted.

Signed-off-by: Efraim Flashner 
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 0ba034e..765261f 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -11832,7 +11832,7 @@ Data Type representing the configuration of connman.
 The connman package to use.
 
 @item @code{disable-vpn?} (default: @code{#f})
-When true, enable connman's vpn plugin.
+When true, disable connman's vpn plugin.
 @end table
 @end deftp
 



01/01: doc: Fix typo.

2018-11-11 Thread Ricardo Wurmus
rekado pushed a commit to branch master
in repository guix.

commit 9c001c07d4c483a4a6b7c7ff50b1119d3fd4b90f
Author: Laura Lazzati 
Date:   Sun Nov 11 18:12:34 2018 -0300

doc: Fix typo.

* doc/guix.texi (Porting to a New Platform): Fix typo.

Signed-off-by: Ricardo Wurmus 
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index c74351d..4b082c5 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -24216,7 +24216,7 @@ to be updated to refer to these binaries on the target 
platform.  That
 is, the hashes and URLs of the bootstrap tarballs for the new platform
 must be added alongside those of the currently supported platforms.  The
 bootstrap Guile tarball is treated specially: it is expected to be
-available locally, and @file{gnu/local.mk} has rules do download it for
+available locally, and @file{gnu/local.mk} has rules to download it for
 the supported architectures; a rule for the new platform must be added
 as well.
 



01/01: doc: Fix typo.

2018-11-03 Thread julien lepiller
roptat pushed a commit to branch master
in repository guix.

commit c356e831c0290e1cd34bdfb33340ae674f0cbd2e
Author: Julien Lepiller 
Date:   Sat Nov 3 13:52:06 2018 +0100

doc: Fix typo.

* doc/guix.texi: Fix typo.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index d0e8e00..b6e5711 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -16611,7 +16611,7 @@ the nginx web server, and also a fastcgi wrapper daemon.
 @deffn {Scheme Variable} httpd-service-type
 Service type for the @uref{https://httpd.apache.org/,Apache HTTP} server
 (@dfn{httpd}).  The value for this service type is a
-@code{https-configuration} record.
+@code{httpd-configuration} record.
 
 A simple example configuration is given below.
 



01/01: doc: Fix typo.

2018-10-23 Thread Jan Nieuwenhuizen
janneke pushed a commit to branch core-updates-next
in repository guix.

commit a036e3c9ba8c303f06e221f14285d265c7b0b4fc
Author: Jan Nieuwenhuizen 
Date:   Tue Oct 23 23:17:24 2018 +0200

doc: Fix typo.

* doc/guix.texi (Reduced Binary Seed Bootstrap): Fix typo.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 41abfa4..5ab42d1 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -23931,7 +23931,7 @@ to use that term for what we do now.}.
 The Reduced Binary Seed bootstrap removes the most critical tools---from a
 trust perspective---from the bootstrap binaries: GCC, Binutils and the GNU C
 Library are replaced by: @code{mescc-tools-seed} (a tiny assembler and linker)
-@code{bootstrap-mes} (a small Scheme Interpreter and a C compiler writen in
+@code{bootstrap-mes} (a small Scheme Interpreter and a C compiler written in
 Scheme and the Mes C Library, built for TinyCC and for GCC).  Using these new
 binary seeds and a new set of
 @c



01/01: doc: Fix typo.

2018-08-16 Thread julien lepiller
roptat pushed a commit to branch master
in repository guix.

commit 9c33229452f7ce0d83a11bc272e10e33a0a11cc5
Author: Julien Lepiller 
Date:   Thu Aug 16 11:12:14 2018 +0200

doc: Fix typo.

* doc/guix.texi (Using the Configuration System): Add missing 'you' and
fix word order.
---
 doc/guix.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index dddf8c8..0b72e5d 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -9271,8 +9271,8 @@ generations available on disk.  It is also possible to 
roll back the
 system via the commands @command{guix system roll-back} and
 @command{guix system switch-generation}.
 
-Although the command @command{guix system reconfigure} will not modify
-previous generations, must take care when the current generation is not
+Although the @command{guix system reconfigure} command will not modify
+previous generations, you must take care when the current generation is not
 the latest (e.g., after invoking @command{guix system roll-back}), since
 the operation might overwrite a later generation (@pxref{Invoking guix
 system}).



01/01: doc: Fix typo.

2018-08-15 Thread julien lepiller
roptat pushed a commit to branch master
in repository guix.

commit 336e4d6195a194a1c24b725d2aa4fe54ccf863a4
Author: Julien Lepiller 
Date:   Wed Aug 15 21:46:49 2018 +0200

doc: Fix typo.

* doc/guix.texi (Preparing for Installation): Add missing 'to'.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 1cc73eb..e8eee5f 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -8625,7 +8625,7 @@ more information.
 
 @subsubsection Networking
 
-Run the following command see what your network interfaces are called:
+Run the following command to see what your network interfaces are called:
 
 @example
 ifconfig -a



01/01: doc: Fix typo (missing period)

2018-07-22 Thread Pierre Neidhardt
ambrevar pushed a commit to branch HACKING-typo
in repository guix.

commit 5285192150c83db12136af6a123e03bb9b9dbe5f
Author: Pierre Neidhardt 
Date:   Sat Jul 21 22:32:24 2018 +0200

doc: Fix typo (missing period)

* HACKING (Commit Access): Fix typo.
---
 HACKING | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/HACKING b/HACKING
index d1a26d2..f68753f 100644
--- a/HACKING
+++ b/HACKING
@@ -27,7 +27,7 @@ mailing list.  When you get commit access, please make sure 
to follow the
 policy below (discussions of the policy can take place on guix-de...@gnu.org.)
 
 Non-trivial patches should always be posted to guix-patc...@gnu.org (trivial
-patches include fixing typos, etc.)  This mailing list fills the
+patches include fixing typos, etc.).  This mailing list fills the
 patch-tracking database at [[https://bugs.gnu.org/guix-patches]]; see
 "Contributing" in the manual for details.
 



01/01: doc: Fix typo.

2018-07-07 Thread Oleg Pykhalov
wigust pushed a commit to branch master
in repository guix.

commit c2587d3201d5eb018855de125fb21781d1028299
Author: Oleg Pykhalov 
Date:   Sat Jul 7 11:45:55 2018 +0300

doc: Fix typo.

* doc/guix.texi (Preparing for Installation): Fix ‘the’ typo.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index c79d78f..a458c7c 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -8649,7 +8649,7 @@ parted /dev/sda set 1 esp on
 @vindex grub-bootloader
 @vindex grub-efi-bootloader
 Unsure whether to use EFI- or BIOS-based GRUB?  If the directory
-@file{/sys/firmware/efi} exists in the installation image, the you should
+@file{/sys/firmware/efi} exists in the installation image, then you should
 probably perform an EFI installation, using @code{grub-efi-bootloader}.
 Otherwise you should use the BIOS-based GRUB, known as
 @code{grub-bootloader}.  @xref{Bootloader Configuration}, for more info on



01/01: doc: Fix typo.

2018-05-07 Thread Tobias Geerinckx-Rice
nckx pushed a commit to branch master
in repository guix.

commit 9b557beab95fbd19739c68a44e32ac05d905ad79
Author: Tobias Geerinckx-Rice 
Date:   Tue May 8 01:53:17 2018 +0200

doc: Fix typo.

* doc/guix.texi (X Window): Fix ‘xinitr ’ typo.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index dce9f0e..4095bdb 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -11626,7 +11626,7 @@ Script to run after starting xorg-server.
 @item @code{xdisplay-stop} (default @code{#~(string-append #$sddm 
"/share/sddm/scripts/Xstop")})
 Script to run before stopping xorg-server.
 
-@item @code{xsession-command} (default: @code{xinitr })
+@item @code{xsession-command} (default: @code{xinitrc})
 Script to run before starting a X session.
 
 @item @code{xsessions-directory} (default: 
"/run/current-system/profile/share/xsessions")



01/01: doc: Fix typo.

2018-05-07 Thread Efraim Flashner
efraim pushed a commit to branch master
in repository guix.

commit 7017d87438685ace49db2627736127ca34db06fc
Author: Efraim Flashner 
Date:   Mon May 7 22:00:51 2018 +0300

doc: Fix typo.

* doc/guix.texi (Desktop Services): Use 'any' when refering to more than
two desktop environments.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index dc98941..dce9f0e 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -12632,7 +12632,7 @@ profile, and extends polkit with the actions from
 @end deffn
 
 Because the GNOME, XFCE and MATE desktop services pull in so many packages,
-the default @code{%desktop-services} variable doesn't include either of
+the default @code{%desktop-services} variable doesn't include any of
 them by default.  To add GNOME, XFCE or MATE, just @code{cons} them onto
 @code{%desktop-services} in the @code{services} field of your
 @code{operating-system}:



01/01: doc: Fix typo.

2017-12-30 Thread Mark H. Weaver
mhw pushed a commit to branch master
in repository guix.

commit 1c27f72fc2770d68243dd95b7c05adc3b2b02ea4
Author: Mark H Weaver 
Date:   Sat Dec 30 21:05:09 2017 -0500

doc: Fix typo.

* doc/guix.texi (Desktop Services): "orMATE" --> "or MATE".
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 2289d82..1d1f30f 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -12172,7 +12172,7 @@ profile, and extends polkit with the actions from
 
 Because the GNOME, XFCE and MATE desktop services pull in so many packages,
 the default @code{%desktop-services} variable doesn't include either of
-them by default.  To add GNOME, XFCE orMATE, just @code{cons} them onto
+them by default.  To add GNOME, XFCE or MATE, just @code{cons} them onto
 @code{%desktop-services} in the @code{services} field of your
 @code{operating-system}:
 



01/01: doc: Fix typo.

2017-12-15 Thread Oleg Pykhalov
wigust pushed a commit to branch master
in repository guix.

commit dfb403b053eb0ea5e7c052855ba419e6a9968442
Author: Oleg Pykhalov 
Date:   Wed Dec 13 08:49:05 2017 +0300

doc: Fix typo.

* doc/guix.texi (DNS Services): Fix knot-configuration.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 92ac45b..7625f30 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -15341,7 +15341,7 @@ and one slave, is:
 (operating-system
   ;; ...
   (services (cons* (service knot-service-type
- (knot-confifguration
+ (knot-configuration
(remotes (list plop-master))
(zones (list master-zone slave-zone
;; ...



01/01: doc: Fix typo in documentation of 'guix graph'.

2017-11-01 Thread Leo Famulari
lfam pushed a commit to branch master
in repository guix.

commit fff236aa03e5f1d5d4e186a636c665eb6a905161
Author: Leo Famulari 
Date:   Wed Nov 1 17:13:03 2017 -0400

doc: Fix typo in documentation of 'guix graph'.

* doc/guix.texi (Invoking guix graph): Fix typo.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index e4ba15c..983d0e5 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -6686,7 +6686,7 @@ dependencies.
 @item bag-with-origins
 Similar to @code{bag}, but also showing origins and their dependencies.
 
-@item derivations
+@item derivation
 This is the most detailed representation: It shows the DAG of
 derivations (@pxref{Derivations}) and plain store items.  Compared to
 the above representation, many additional nodes are visible, including



01/01: doc: Fix typo in cuirrass config example.

2017-09-13 Thread Jan Nieuwenhuizen
janneke pushed a commit to branch master
in repository guix.

commit 9bb98bcf7b69951b6ce9b9564031893063740795
Author: Jan Nieuwenhuizen 
Date:   Tue Sep 12 23:27:35 2017 +0200

doc: Fix typo in cuirrass config example.

* doc/guix.texi (Continuous Integration): Add missing quote in example spec.
---
 doc/guix.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 0633691..97960e9 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -27,7 +27,7 @@ Copyright @copyright{} 2016 Chris Marusich@*
 Copyright @copyright{} 2016, 2017 Efraim Flashner@*
 Copyright @copyright{} 2016 John Darrington@*
 Copyright @copyright{} 2016 ng0@*
-Copyright @copyright{} 2016 Jan Nieuwenhuizen@*
+Copyright @copyright{} 2016, 2017 Jan Nieuwenhuizen@*
 Copyright @copyright{} 2016 Julien Lepiller@*
 Copyright @copyright{} 2016 Alex ter Weele@*
 Copyright @copyright{} 2017 Clément Lassieur@*
@@ -15246,7 +15246,7 @@ packages, as prescribed in the @file{gnu-system.scm} 
example spec:
(#:branch . "master"
   (service cuirass-service-type
(cuirass-configuration
-(specifications #~(list #$spec)
+(specifications #~(list '#$spec)
 @end example
 
 While information related to build jobs is located directly in the



01/01: doc: Fix typo.

2017-08-10 Thread Leo Famulari
lfam pushed a commit to branch master
in repository guix.

commit 7b14c48bd25a93c18bfcb66b6afad75b5b150525
Author: Leo Famulari 
Date:   Thu Aug 10 16:08:40 2017 -0400

doc: Fix typo.

* doc/guix.texi (Invoking guix pack): Fix typo.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index c7787e4..8f14ddd 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -2599,7 +2599,7 @@ The available formats are:
 @table @code
 @item tarball
 This is the default format.  It produces a tarball containing all the
-specifies binaries and symlinks.
+specified binaries and symlinks.
 
 @item docker
 This produces a tarball that follows the



01/01: doc: Fix typo.

2017-01-29 Thread julien lepiller
roptat pushed a commit to branch master
in repository guix.

commit 88ba7852d3f8bfde004dd0f51b7abed4dcad1f32
Author: Julien Lepiller 
Date:   Sun Jan 29 10:13:29 2017 +0100

doc: Fix typo.

* doc/guix.texi (ocaml-build-system): Replace ocaml with OCaml.
---
 doc/guix.texi |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 1fbe446..4ba1010 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -3326,9 +3326,9 @@ be passed via the @code{#:build-flags} key.  Install is 
taken care of by
 be added to the @code{native-inputs} field of the package definition.
 
 Note that most OCaml packages assume they will be installed in the same
-directory as ocaml, which is not what we want in guix.  In particular, they
+directory as OCaml, which is not what we want in guix.  In particular, they
 will install @file{.so} files in their module's directory, which is usually
-fine because it is in the ocaml compiler directory.  In guix though, these
+fine because it is in the OCaml compiler directory.  In guix though, these
 libraries cannot be found and we use @code{CAML_LD_LIBRARY_PATH}.  This
 variable points to @file{lib/ocaml/site-lib/stubslibs} and this is where
 @file{.so} libraries should be installed.



[shepherd] 01/01: doc: Fix typo "Jump Start".

2017-01-14 Thread Ludovic Court�s
civodul pushed a commit to branch master
in repository shepherd.

commit 665929a94c0095ef1d809f56febbf794b48ed028
Author: Benz Schenk 
Date:   Fri Jan 13 14:07:24 2017 +0100

doc: Fix typo "Jump Start".

* doc/shepherd.texi (Jump Start): Fix typo.

Signed-off-by: Ludovic Courtès 
---
 doc/shepherd.texi |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/shepherd.texi b/doc/shepherd.texi
index 70c13b8..e90c3b2 100644
--- a/doc/shepherd.texi
+++ b/doc/shepherd.texi
@@ -141,7 +141,7 @@ mentioned below.
 
 @cindex Configuration file
 When @command{shepherd} gets started, it reads and evaluates a
-configuration file.  When it is started with superuser priviledges, it
+configuration file.  When it is started with superuser privileges, it
 tries to use @code{/etc/shepherd.scm}.  When started as normal user, it
 looks for a file called @code{$XDG_CONFIG_HOME/shepherd/init.scm}.  If
 the @code{XDG_CONFIG_HOME} environment variable is not defined,



01/01: doc: Fix typo in Submitting Patches section.

2016-12-14 Thread Leo Famulari
lfam pushed a commit to branch master
in repository guix.

commit 089f385a21806c00785fb0817e6ea590a5dd1412
Author: Maxim Cournoyer 
Date:   Wed Dec 14 09:30:17 2016 -0800

doc: Fix typo in Submitting Patches section.

* doc/contributing.texi (Submitting Patches): Fix "could could" typo.

Signed-off-by: Leo Famulari 
---
 doc/contributing.texi |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/contributing.texi b/doc/contributing.texi
index 18d891d..de08f9b 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.



01/01: doc: Fix typo.

2016-05-26 Thread Mathieu Lirzin
mthl pushed a commit to branch master
in repository guix.

commit 70458ed510d8bae5b5bd50e2aabf607b20198cf4
Author: Mathieu Lirzin 
Date:   Thu May 26 14:22:26 2016 +0200

doc: Fix typo.

* doc/guix.texi (Derivations): Add 's' to "contain".
---
 doc/guix.texi |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 1b47193..bb75425 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -3082,7 +3082,7 @@ Store Monad}).
 
 @cindex derivations
 Low-level build actions and the environment in which they are performed
-are represented by @dfn{derivations}.  A derivation contain the
+are represented by @dfn{derivations}.  A derivation contains the
 following pieces of information:
 
 @itemize



01/01: doc: Fix typo: "wpa_supplication" --> "wpa_supplicant".

2016-03-26 Thread Mark H. Weaver
mhw pushed a commit to branch master
in repository guix.

commit 641d05188d1a112ae33893ed916939874f786e16
Author: Mark H Weaver 
Date:   Sat Mar 26 13:11:54 2016 -0400

doc: Fix typo: "wpa_supplication" --> "wpa_supplicant".

* doc/guix.texi (Preparing for Installation): Fix typo.
---
 doc/guix.texi |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 008a5cf..04b2ace 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -5929,7 +5929,7 @@ network interface you want to use):
 wpa_supplicant -c wpa_supplicant.conf -i @var{interface} -B
 @end example
 
-Run @command{man wpa_supplication} for more information.
+Run @command{man wpa_supplicant} for more information.
 @end table
 
 At this point, you need to acquire an IP address.  On a network where IP



01/01: doc: Fix typo in section on offloading.

2016-01-24 Thread Andreas Enge
andreas pushed a commit to branch master
in repository guix.

commit 74273b6f2d5c39a61d9ec12827c4c018723cdf76
Author: Andreas Enge 
Date:   Sun Jan 24 23:25:38 2016 +0100

doc: Fix typo in section on offloading.

* doc/guix.texi (Daemon Offload Setup): Fix quoting typo in command.
---
 doc/guix.texi |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 4ce6ef5..fce411c 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -769,7 +769,7 @@ machines, since offloading works by invoking the @code{guix 
archive} and
 this is the case by running:
 
 @example
-lsh build-machine guile -c '(use-modules (guix config))'
+lsh build-machine guile -c "'(use-modules (guix config))'"
 @end example
 
 There's one last thing to do once @file{machines.scm} is in place.  As



01/01: doc: Fix typo in "Build Systems".

2016-01-12 Thread Leo Famulari
lfam pushed a commit to branch master
in repository guix.

commit 0917e80ea8fb86abd940d022bf7f51f24fd24283
Author: Leo Famulari 
Date:   Tue Jan 12 17:53:11 2016 -0500

doc: Fix typo in "Build Systems".

* doc/guix.texi (Build Systems): Remove extra 's'.
---
 doc/guix.texi |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 1081bd1..e583e8c 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -2556,7 +2556,7 @@ by the @code{#:configure-flags} argument.
 
 @item build
 Run @code{make} with the list of flags specified with
-@code{#:make-flags}.  If the @code{#:parallel-builds?} argument is true
+@code{#:make-flags}.  If the @code{#:parallel-build?} argument is true
 (the default), build with @code{make -j}.
 
 @item check



01/01: doc: Fix typo.

2015-10-11 Thread Alex Kost
alezost pushed a commit to branch master
in repository guix.

commit eb52419266717cb0b54e07d7a17f84b3272f7993
Author: Alex Kost 
Date:   Sun Oct 11 12:18:54 2015 +0300

doc: Fix typo.

* doc/guix.texi (Defining Services): Fix typo.
---
 doc/guix.texi |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index a3fa989..f70642d 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -6980,7 +6980,7 @@ build users.
 @node Defining Services
 @subsection Defining Services
 
-The previous sections how the available services and how one can combine
+The previous sections show the available services and how one can combine
 them in an @code{operating-system} declaration.  But how do we define
 them in the first place?  And what is a service anyway?