summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Harring <ferringb@gentoo.org>2006-01-05 07:26:18 +0000
committerBrian Harring <ferringb@gentoo.org>2006-01-05 07:26:18 +0000
commitcd100c39ccd92064ae74fceecf0872614d00039c (patch)
tree79828a2239355549d065dcaf66131026df5717f2 /cnf/make.conf
parentforce a realpath call for complaints about digest files; better resolution is... (diff)
downloadportage-multirepo-cd100c39ccd92064ae74fceecf0872614d00039c.tar.gz
portage-multirepo-cd100c39ccd92064ae74fceecf0872614d00039c.tar.bz2
portage-multirepo-cd100c39ccd92064ae74fceecf0872614d00039c.zip
adress -> address spelling typo.
Sidenote, really should remove the 101 files and centralize this damn thing.. svn path=/main/trunk/; revision=2531
Diffstat (limited to 'cnf/make.conf')
-rw-r--r--cnf/make.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/cnf/make.conf b/cnf/make.conf
index bae8e2cc..c330db9b 100644
--- a/cnf/make.conf
+++ b/cnf/make.conf
@@ -345,13 +345,13 @@ PORTAGE_ELOG_CLASSES="warn error log"
#PORTAGE_ELOG_COMMAND="/path/to/logprocessor -p '${PACKAGE}' -f '${LOGFILE}'"
# PORTAGE_ELOG_MAILURI: this variable holds all important settings for the mail
-# module. In most cases listing the recipient adress and
+# module. In most cases listing the recipient address and
# the receiving mailserver should be sufficient, but you can
# also use advanced settings like authentication or TLS. The
# full syntax is:
-# adress [[user:passwd@]mailserver[:port]]
+# address [[user:passwd@]mailserver[:port]]
# where
-# adress: recipient adress
+# address: recipient address
# user: username for smtp auth (defaults to none)
# passwd: password for smtp auth (defaults to none)
# mailserver: smtp server that should be used to deliver the mail (defaults to localhost)