summaryrefslogtreecommitdiffstats
path: root/perl-install/fs/mount_options.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-08-25 11:44:51 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-08-25 11:44:51 +0000
commit05d6724eb8504ccc86804028cd5b2c67a65499d7 (patch)
tree6e7050b357718e28fcdeec0e4789cc17da802552 /perl-install/fs/mount_options.pm
parent739b340379d88153048aa87e85dd3e0d32a6ee99 (diff)
downloaddrakx-backup-do-not-use-05d6724eb8504ccc86804028cd5b2c67a65499d7.tar
drakx-backup-do-not-use-05d6724eb8504ccc86804028cd5b2c67a65499d7.tar.gz
drakx-backup-do-not-use-05d6724eb8504ccc86804028cd5b2c67a65499d7.tar.bz2
drakx-backup-do-not-use-05d6724eb8504ccc86804028cd5b2c67a65499d7.tar.xz
drakx-backup-do-not-use-05d6724eb8504ccc86804028cd5b2c67a65499d7.zip
typo fix (Per Oyvind Karlsen)
Diffstat (limited to 'perl-install/fs/mount_options.pm')
-rw-r--r--perl-install/fs/mount_options.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs/mount_options.pm b/perl-install/fs/mount_options.pm
index a7a0e7688..b80395a03 100644
--- a/perl-install/fs/mount_options.pm
+++ b/perl-install/fs/mount_options.pm
@@ -138,7 +138,7 @@ system again. This option implies the options noexec, nosuid, and nodev
(unless overridden by subsequent options, as in the option line
user,exec,dev,suid )."),
- 'usrquota' => N("Enable user disk quota accounting enabled, and optionally enforce limits"),
+ 'usrquota' => N("Enable user disk quota accounting, and optionally enforce limits"),
'umask=0' => N("Give write access to ordinary users"),