summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-01-21 15:43:49 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-01-21 15:43:49 +0000
commitdaa9cf965afa775a7c4e38cedc4a44ce7a483fd9 (patch)
treedcfe2d11b24b81994f1af4dac4755b555ad6c913 /sys-fs/fuse-exfat/fuse-exfat-1.0.0.ebuild
parentVersion bump. Comitted straight to stable as it replaces seamonkey-2.15-r1 wh... (diff)
downloadgentoo-2-daa9cf965afa775a7c4e38cedc4a44ce7a483fd9.tar.gz
gentoo-2-daa9cf965afa775a7c4e38cedc4a44ce7a483fd9.tar.bz2
gentoo-2-daa9cf965afa775a7c4e38cedc4a44ce7a483fd9.zip
Fix typing error of fcsk -> fsck by Nikoli.
(Portage version: 2.2.0_alpha155/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'sys-fs/fuse-exfat/fuse-exfat-1.0.0.ebuild')
-rw-r--r--sys-fs/fuse-exfat/fuse-exfat-1.0.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/fuse-exfat/fuse-exfat-1.0.0.ebuild b/sys-fs/fuse-exfat/fuse-exfat-1.0.0.ebuild
index 18a893855560..9320b55d03fd 100644
--- a/sys-fs/fuse-exfat/fuse-exfat-1.0.0.ebuild
+++ b/sys-fs/fuse-exfat/fuse-exfat-1.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse-exfat/fuse-exfat-1.0.0.ebuild,v 1.1 2013/01/21 14:27:43 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse-exfat/fuse-exfat-1.0.0.ebuild,v 1.2 2013/01/21 15:43:49 ssuominen Exp $
EAPI=5
inherit scons-utils toolchain-funcs #udev
@@ -35,6 +35,6 @@ src_install() {
pkg_postinst() {
echo
- elog 'You can install 'exfat-tools' for dump, label, mkfs and fcsk.'
+ elog 'You can install 'exfat-tools' for dump, label, mkfs and fsck.'
echo
}