diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-02-23 09:01:25 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-02-23 09:01:25 +0000 |
commit | c5628ee1ba989d440658b2dd327b15437d19174b (patch) | |
tree | 76ada3b227f845abff14b32edde1e5ae4c5e2579 /media-sound/aumix/files | |
parent | Fixing little sandbox violation (diff) | |
download | historical-c5628ee1ba989d440658b2dd327b15437d19174b.tar.gz historical-c5628ee1ba989d440658b2dd327b15437d19174b.tar.bz2 historical-c5628ee1ba989d440658b2dd327b15437d19174b.zip |
grammar fix in the initscript
Diffstat (limited to 'media-sound/aumix/files')
-rw-r--r-- | media-sound/aumix/files/aumix.rc6 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/aumix/files/aumix.rc6 b/media-sound/aumix/files/aumix.rc6 index fa05f8aba5d3..503017324cf4 100644 --- a/media-sound/aumix/files/aumix.rc6 +++ b/media-sound/aumix/files/aumix.rc6 @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/aumix/files/aumix.rc6,v 1.4 2003/05/19 02:39:11 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/aumix/files/aumix.rc6,v 1.5 2004/02/23 09:01:25 seemant Exp $ depend() { need modules @@ -18,7 +18,7 @@ checkconfig() { fi # /dev/mixer can be a symlink if [ ! -e /dev/mixer ] ; then - eerror "/dev/mixer do not exist, please create it, or load the" + eerror "/dev/mixer does not exist, please create it, or load the" eerror "correct modules to enable your card's mixer" return 1 fi |