commit:     270084e3a13e4f8c76a24760f8dba44be5659aee
Author:     kballou <kballou <AT> devnulllabs <DOT> io>
AuthorDate: Tue Apr 25 17:13:54 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May  7 13:10:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=270084e3

sys-apps/nix: Fix small grammar issues in doc contents

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/nix/nix-1.11.9.ebuild | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/sys-apps/nix/nix-1.11.9.ebuild b/sys-apps/nix/nix-1.11.9.ebuild
index 448c3372ce5..c19c57bbdf8 100644
--- a/sys-apps/nix/nix-1.11.9.ebuild
+++ b/sys-apps/nix/nix-1.11.9.ebuild
@@ -51,12 +51,12 @@ DOC_CONTENTS=" Quick start user guide on Gentoo:
 [as root] enable nix-daemon service:
        [systemd] # systemctl enable nix-daemon
        [openrc]  # rc-update add nix-daemon
-[as an user] relogin to get environment and profile update
-[as an user] fetch nixpkgs update:
+[as a user] relogin to get environment and profile update
+[as a user] fetch nixpkgs update:
        \$ nix-channel --update
-[as an user] install nix packages:
+[as a user] install nix packages:
        \$ nix-env -i mc
-[as an user] configure environment:
+[as a user] configure environment:
        Somewhere in .bash_profile you might want to set
        LOCALE_ARCHIVE=\$HOME/.nix-profile/lib/locale/locale-archive
        but please read https://github.com/NixOS/nixpkgs/issues/21820
@@ -70,7 +70,7 @@ pkg_setup() {
        for i in {1..10}; do
                # we list 'nixbld' twice to
                # both assign a primary group for user
-               # and add an user to /etc/group
+               # and add a user to /etc/group
                enewuser nixbld${i} -1 -1 /var/empty nixbld,nixbld
        done
 }
@@ -101,8 +101,8 @@ src_install() {
 
        readme.gentoo_create_doc
 
-       # here we an eager variant of something that
-       # is lazily done by  nix-daemo and root nix-env
+       # here we use an eager variant of something that
+       # is lazily done by nix-daemon and root nix-env
 
        # TODO: will need a tweak for prefix
        keepdir             /nix/store

Reply via email to