diff options
author | 2005-07-18 13:31:01 +0000 | |
---|---|---|
committer | 2005-07-18 13:31:01 +0000 | |
commit | 90d427466622a4313225450674ac3a02375245e7 (patch) | |
tree | 896bb024f73a050975133db7e6f2c4ef9d2bf65a | |
parent | Marked ppc stable. (diff) | |
download | gentoo-2-90d427466622a4313225450674ac3a02375245e7.tar.gz gentoo-2-90d427466622a4313225450674ac3a02375245e7.tar.bz2 gentoo-2-90d427466622a4313225450674ac3a02375245e7.zip |
Fixed typo.
-rw-r--r-- | profiles/default-linux/amd64/2005.1/profile.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/default-linux/amd64/2005.1/profile.bashrc b/profiles/default-linux/amd64/2005.1/profile.bashrc index 1da1aefbaba8..d49d97340222 100644 --- a/profiles/default-linux/amd64/2005.1/profile.bashrc +++ b/profiles/default-linux/amd64/2005.1/profile.bashrc @@ -21,7 +21,7 @@ if [[ (-L /lib32 || -L /usr/lib32 ) && ( ${PORTAGE_CALLER} != "repoman" ) ]] ; t fi if [[ -z "${IWILLFIXITMYSELF}" ]] ; then - eerror "Youa re using a development profile. If you REALLY want to do this, then set the following in /etc/make.conf:" + eerror "You are using a development profile. If you REALLY want to do this, then set the following in /etc/make.conf:" eerror "IWILLFIXITMYSELF=1" exit 1 fi |