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
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')
-rw-r--r--sys-fs/fuse-exfat/ChangeLog5
-rw-r--r--sys-fs/fuse-exfat/fuse-exfat-1.0.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/fuse-exfat/ChangeLog b/sys-fs/fuse-exfat/ChangeLog
index b979de01db0e..6418254187f8 100644
--- a/sys-fs/fuse-exfat/ChangeLog
+++ b/sys-fs/fuse-exfat/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/fuse-exfat
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse-exfat/ChangeLog,v 1.10 2013/01/21 14:27:43 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse-exfat/ChangeLog,v 1.11 2013/01/21 15:43:49 ssuominen Exp $
+
+ 21 Jan 2013; Samuli Suominen <ssuominen@gentoo.org> fuse-exfat-1.0.0.ebuild:
+ Fix typing error of fcsk -> fsck by Nikoli.
*fuse-exfat-1.0.0 (21 Jan 2013)
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
}