diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-03-14 18:23:58 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-03-14 18:23:58 +0000 |
commit | 7a6df7ea17eaae286716ee420286830d56722f0c (patch) | |
tree | 5ff6aa7f68d383ebc0ddfe256dcbe1373e8e5461 | |
parent | c4e0feffe388409178a3c487053636ac5398f9af (diff) | |
download | portage-7a6df7ea17eaae286716ee420286830d56722f0c.tar.gz portage-7a6df7ea17eaae286716ee420286830d56722f0c.tar.bz2 portage-7a6df7ea17eaae286716ee420286830d56722f0c.zip |
Fix grammar.
svn path=/main/trunk/; revision=9466
-rw-r--r-- | cnf/make.globals | 2 | ||||
-rw-r--r-- | man/make.conf.5 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cnf/make.globals b/cnf/make.globals index 4b73a2f36..0fd503c4b 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -51,7 +51,7 @@ EMERGE_WARNING_DELAY="10" # This option will be removed and forced to yes. AUTOCLEAN="yes" -# Number mirrors to try when a downloaded file has an incorrect checksum. +# Number of mirrors to try when a downloaded file has an incorrect checksum. PORTAGE_FETCH_CHECKSUM_TRY_MIRRORS="5" # Number of times 'emerge --sync' will run before giving up. diff --git a/man/make.conf.5 b/man/make.conf.5 index aa4623a5d..952d7079e 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -403,7 +403,7 @@ This variable contains flags for the \fBPORTAGE_COMPRESS\fR command. Please see /etc/make.conf.example for elog documentation. .TP \fBPORTAGE_FETCH_CHECKSUM_TRY_MIRRORS\fR = \fI5\fR -Number mirrors to try when a downloaded file has an incorrect checksum. +Number of mirrors to try when a downloaded file has an incorrect checksum. .TP \fBPORTAGE_NICENESS\fR = \fI[number]\fR The value of this variable will be added to the current nice level that |