summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-01-18 07:59:52 +0000
committerJim Meyering <jim@meyering.net>2004-01-18 07:59:52 +0000
commitb5f8f0cabe558d70fd31a532baf1122f6d752eee (patch)
treeec435db1e7b9dfceed42d40547c1df7379a9d431
parent76c033760372ccdbdf8fcef9952174749583a616 (diff)
downloadcoreutils-b5f8f0cabe558d70fd31a532baf1122f6d752eee.tar.xz
fix typo
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 3ce276057..0de53059c 100644
--- a/README
+++ b/README
@@ -83,7 +83,7 @@ and/or run programs as a non-root user, `nobody' by default.
If you want to use some other non-root username, specify it via
the NON_ROOT_USERNAME environment variable. Depending on the
permissions with which the working directories have been created,
-using `nobody' may fail, because that use won't have the required
+using `nobody' may fail, because that user won't have the required
read and write access to the build and test directories.
I find that it is best to unpack and build as a non-privileged
user, and then to run the following command as that user in order