diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2004-11-26 11:17:24 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2004-11-26 11:17:24 +0000 |
commit | 7af73fe04e8d49a0a664bd0a8cc40b8930f5167d (patch) | |
tree | a561343443f92ab7c5458b4c70903053a95be372 /perl-install/standalone | |
parent | eb736786a058722c1c27b607aa2f9f09f1a0873b (diff) | |
download | drakx-backup-do-not-use-7af73fe04e8d49a0a664bd0a8cc40b8930f5167d.tar drakx-backup-do-not-use-7af73fe04e8d49a0a664bd0a8cc40b8930f5167d.tar.gz drakx-backup-do-not-use-7af73fe04e8d49a0a664bd0a8cc40b8930f5167d.tar.bz2 drakx-backup-do-not-use-7af73fe04e8d49a0a664bd0a8cc40b8930f5167d.tar.xz drakx-backup-do-not-use-7af73fe04e8d49a0a664bd0a8cc40b8930f5167d.zip |
fixed typo
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/harddrake2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index 596238d6e..c8ee2e9f3 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -98,7 +98,7 @@ channel number, a target id and a logical unit number") ], { 'Installed Size' => [ N("Installed size"), N("Installed size of the memory bank") ], 'Enabled Size' => [ N("Enabled Size"), N("Enabled size of the memory bank") ], - 'name' => [ N("Type"), N("tyme of the memory device") ], + 'name' => [ N("Type"), N("type of the memory device") ], 'Current Speed' => [ N("Speed"), N("Speed of the memory bank") ], 'Bank Connections' => [ N("Bank connections"), '' ], 'Socket Designation' => [ N("Name"), N("Socket designation of the memory bank") ], |