summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-03-17 12:01:57 -0700
committerZac Medico <zmedico@gentoo.org>2011-03-17 12:01:57 -0700
commit8ab4771b6392e5e552e2a159d79c9b7eb7ef3d63 (patch)
treeec5ad3606ccd42b30f9fe8afd6ed9275af714ada
parent730b33af5ab9e2b7efd2ee4928a1d635dfefaab0 (diff)
downloadportage-8ab4771b6392e5e552e2a159d79c9b7eb7ef3d63.tar.gz
portage-8ab4771b6392e5e552e2a159d79c9b7eb7ef3d63.tar.bz2
portage-8ab4771b6392e5e552e2a159d79c9b7eb7ef3d63.zip
make.conf.5: fix "direcory" spelling
Thanks to Francesco Turco in bug #359273.
-rw-r--r--cnf/make.conf2
-rw-r--r--man/make.conf.52
2 files changed, 2 insertions, 2 deletions
diff --git a/cnf/make.conf b/cnf/make.conf
index 9e06d5775..3d96fb49c 100644
--- a/cnf/make.conf
+++ b/cnf/make.conf
@@ -114,7 +114,7 @@
# PORT_LOGDIR is the location where portage will store all the logs it
# creates from each individual merge. They are stored as
# ${CATEGORY}:${PF}:YYYYMMDD-HHMMSS.log in the directory specified.
-# If the direcory does not exist, it will be created automatically and
+# If the directory does not exist, it will be created automatically and
# group permissions will be applied to it. If the directory already
# exists, portage will not modify it's permissions.
#PORT_LOGDIR=""
diff --git a/man/make.conf.5 b/man/make.conf.5
index e91b14780..83b976fb3 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -583,7 +583,7 @@ Defaults to /usr/portage/packages.
This variable defines the directory in which per\-ebuild logs are kept.
Logs are created only when this is set. They are stored as
${CATEGORY}:${PF}:YYYYMMDD\-HHMMSS.log in the directory specified. If the
-direcory does not exist, it will be created automatically and group permissions
+directory does not exist, it will be created automatically and group permissions
will be applied to it. If the directory already exists, portage will not
modify it's permissions.
.TP