diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-08-25 11:44:51 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-08-25 11:44:51 +0000 |
commit | 05d6724eb8504ccc86804028cd5b2c67a65499d7 (patch) | |
tree | 6e7050b357718e28fcdeec0e4789cc17da802552 | |
parent | 739b340379d88153048aa87e85dd3e0d32a6ee99 (diff) | |
download | drakx-05d6724eb8504ccc86804028cd5b2c67a65499d7.tar drakx-05d6724eb8504ccc86804028cd5b2c67a65499d7.tar.gz drakx-05d6724eb8504ccc86804028cd5b2c67a65499d7.tar.bz2 drakx-05d6724eb8504ccc86804028cd5b2c67a65499d7.tar.xz drakx-05d6724eb8504ccc86804028cd5b2c67a65499d7.zip |
typo fix (Per Oyvind Karlsen)
-rw-r--r-- | perl-install/fs/mount_options.pm | 2 |
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"), |