unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] doc: Fix minor typos
@ 2015-08-02 20:44 Steve Sprang
  2015-08-03  2:16 ` Mark H Weaver
  2015-08-03 12:55 ` Alex Kost
  0 siblings, 2 replies; 5+ messages in thread
From: Steve Sprang @ 2015-08-02 20:44 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 67 bytes --]

Correct some minor typos I noticed when reading the docs.

-Steve


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: fix_typos.patch --]
[-- Type: text/x-diff, Size: 1989 bytes --]

From 574a7441f0d34b438544611812c026a32e4cbe4c Mon Sep 17 00:00:00 2001
From: Steve Sprang <scs@stevesprang.com>
Date: Sun, 2 Aug 2015 13:24:38 -0700
Subject: [PATCH] doc: Fix minor typos

* doc/guix.texi (Invoking guix-daemon, Application Setup, The Store): Fix typos
---
 doc/guix.texi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 24b2039..bcf07a6 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -861,7 +861,7 @@ Disable automatic file ``deduplication'' in the store.
 By default, files added to the store are automatically ``deduplicated'':
 if a newly added file is identical to another one found in the store,
 the daemon makes the new file a hard link to the other file.  This can
-noticeably reduce disk usage, at the expense of slightly increasde
+noticeably reduce disk usage, at the expense of slightly increased
 input/output load at the end of a build process.  This option disables
 this optimization.
 
@@ -942,7 +942,7 @@ limited to a few UTF-8 locales.
 
 @subsection X11 Fonts
 
-The majority of graphical applications uses Fontconfig to locate and
+The majority of graphical applications use Fontconfig to locate and
 load fonts and perform X11-client-side rendering.  Guix's
 @code{fontconfig} package looks for fonts in @file{$HOME/.guix-profile}
 by default.  Thus, to allow graphical applications installed with Guix
@@ -2541,7 +2541,7 @@ with @code{build-expression->derivation} (@pxref{Derivations,
 Conceptually, the @dfn{store} is where derivations that have been
 successfully built are stored---by default, under @file{/gnu/store}.
 Sub-directories in the store are referred to as @dfn{store paths}.  The
-store has an associated database that contains information such has the
+store has an associated database that contains information such as the
 store paths referred to by each store path, and the list of @emph{valid}
 store paths---paths that result from a successful build.
 
-- 
2.5.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] doc: Fix minor typos
  2015-08-02 20:44 [PATCH] doc: Fix minor typos Steve Sprang
@ 2015-08-03  2:16 ` Mark H Weaver
  2015-08-03 12:55 ` Alex Kost
  1 sibling, 0 replies; 5+ messages in thread
From: Mark H Weaver @ 2015-08-03  2:16 UTC (permalink / raw)
  To: Steve Sprang; +Cc: guix-devel

Steve Sprang <steve.sprang@gmail.com> writes:
> From 574a7441f0d34b438544611812c026a32e4cbe4c Mon Sep 17 00:00:00 2001
> From: Steve Sprang <scs@stevesprang.com>
> Date: Sun, 2 Aug 2015 13:24:38 -0700
> Subject: [PATCH] doc: Fix minor typos
>
> * doc/guix.texi (Invoking guix-daemon, Application Setup, The Store): Fix typos

Pushed, thanks!

     Mark

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] doc: Fix minor typos
  2015-08-02 20:44 [PATCH] doc: Fix minor typos Steve Sprang
  2015-08-03  2:16 ` Mark H Weaver
@ 2015-08-03 12:55 ` Alex Kost
  2015-08-03 21:01   ` Mark H Weaver
  1 sibling, 1 reply; 5+ messages in thread
From: Alex Kost @ 2015-08-03 12:55 UTC (permalink / raw)
  To: Steve Sprang; +Cc: guix-devel

Steve Sprang (2015-08-02 23:44 +0300) wrote:

> -The majority of graphical applications uses Fontconfig to locate and
> +The majority of graphical applications use Fontconfig to locate and

A bit late for the comment, but still.  Is it really a typo?  I think
this phrase means "the majority uses" not "the applications use".

-- 
Alex

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] doc: Fix minor typos
  2015-08-03 12:55 ` Alex Kost
@ 2015-08-03 21:01   ` Mark H Weaver
  2015-08-04 10:11     ` Alex Kost
  0 siblings, 1 reply; 5+ messages in thread
From: Mark H Weaver @ 2015-08-03 21:01 UTC (permalink / raw)
  To: Alex Kost; +Cc: guix-devel

Alex Kost <alezost@gmail.com> writes:

> Steve Sprang (2015-08-02 23:44 +0300) wrote:
>
>> -The majority of graphical applications uses Fontconfig to locate and
>> +The majority of graphical applications use Fontconfig to locate and
>
> A bit late for the comment, but still.  Is it really a typo?  I think
> this phrase means "the majority uses" not "the applications use".

Correct, but I think that "the majority of [countable plural set]" is a
plural noun phrase, and therefore "use" is appropriate here.  I'm not a
linguist, but I am a native US english speaker.

      Mark

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] doc: Fix minor typos
  2015-08-03 21:01   ` Mark H Weaver
@ 2015-08-04 10:11     ` Alex Kost
  0 siblings, 0 replies; 5+ messages in thread
From: Alex Kost @ 2015-08-04 10:11 UTC (permalink / raw)
  To: guix-devel

Mark H Weaver (2015-08-04 00:01 +0300) wrote:

> Alex Kost <alezost@gmail.com> writes:
>
>> Steve Sprang (2015-08-02 23:44 +0300) wrote:
>>
>>> -The majority of graphical applications uses Fontconfig to locate and
>>> +The majority of graphical applications use Fontconfig to locate and
>>
>> A bit late for the comment, but still.  Is it really a typo?  I think
>> this phrase means "the majority uses" not "the applications use".
>
> Correct, but I think that "the majority of [countable plural set]" is a
> plural noun phrase, and therefore "use" is appropriate here.  I'm not a
> linguist, but I am a native US english speaker.

OK, I believe you.  I should have written that I'm not the native
speaker.  Sorry for the noise.

-- 
Alex

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-08-04 10:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-02 20:44 [PATCH] doc: Fix minor typos Steve Sprang
2015-08-03  2:16 ` Mark H Weaver
2015-08-03 12:55 ` Alex Kost
2015-08-03 21:01   ` Mark H Weaver
2015-08-04 10:11     ` Alex Kost

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).