commit:     aa8677a8cbb029221be19b25b08fe8cdc9f24eb3
Author:     kballou <kballou <AT> devnulllabs <DOT> io>
AuthorDate: Wed Apr 26 20:52:04 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May  7 13:10:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa8677a8

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

Closes: https://github.com/gentoo/gentoo/pull/4493
Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/guix/guix-0.12.0-r3.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-apps/guix/guix-0.12.0-r3.ebuild 
b/sys-apps/guix/guix-0.12.0-r3.ebuild
index 8437139191d..7002f0e94d0 100644
--- a/sys-apps/guix/guix-0.12.0-r3.ebuild
+++ b/sys-apps/guix/guix-0.12.0-r3.ebuild
@@ -76,10 +76,10 @@ DOC_CONTENTS="Quick start user guide on Gentoo:
 [as root] enable guix-daemon service:
        [systemd] # systemctl enable guix-daemon
        [openrc]  # rc-update add guix-daemon
-[as an user] ln -sf /var/guix/profiles/per-user/\$USER/guix-profile 
\$HOME/.guix-profile
-[as an user] install guix packages:
+[as a user] ln -sf /var/guix/profiles/per-user/\$USER/guix-profile 
\$HOME/.guix-profile
+[as a user] install guix packages:
        \$ guix package -i hello
-[as an user] configure environment:
+[as a user] configure environment:
        Somewhere in .bash_profile you might want to set
        export GUIX_LOCPATH=\$HOME/.guix-profile/lib/locale
 
@@ -92,7 +92,7 @@ pkg_setup() {
        for i in {1..10}; do
                # we list 'guixbuild' twice to
                # both assign a primary group for user
-               # and add an user to /etc/group
+               # and add a user to /etc/group
                enewuser guixbuilder${i} -1 -1 /var/empty guixbuild,guixbuild
        done
 }

Reply via email to