summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2004-02-23 09:01:25 +0000
committerSeemant Kulleen <seemant@gentoo.org>2004-02-23 09:01:25 +0000
commit100088722a62fd36355dd8adf8dfd8c84487b95d (patch)
tree5604c550da5acf99bf6d040d8f48ed5881748e49 /media-sound/aumix/files
parentFixing little sandbox violation (Manifest recommit) (diff)
downloadgentoo-2-100088722a62fd36355dd8adf8dfd8c84487b95d.tar.gz
gentoo-2-100088722a62fd36355dd8adf8dfd8c84487b95d.tar.bz2
gentoo-2-100088722a62fd36355dd8adf8dfd8c84487b95d.zip
grammar fix in the initscript
Diffstat (limited to 'media-sound/aumix/files')
-rw-r--r--media-sound/aumix/files/aumix.rc64
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