diff options
author | Funda Wang <fwang@mandriva.org> | 2004-08-01 22:16:04 +0000 |
---|---|---|
committer | Funda Wang <fwang@mandriva.org> | 2004-08-01 22:16:04 +0000 |
commit | b024d697392dad03df21f22a7afefbec60abcfa8 (patch) | |
tree | 3316c64736737238c11baa1bc8f31f87c7cf3bfb /perl-install/standalone/harddrake2 | |
parent | 597710662d631d854cf96bbd8b212ed0c6f47d93 (diff) | |
download | drakx-b024d697392dad03df21f22a7afefbec60abcfa8.tar drakx-b024d697392dad03df21f22a7afefbec60abcfa8.tar.gz drakx-b024d697392dad03df21f22a7afefbec60abcfa8.tar.bz2 drakx-b024d697392dad03df21f22a7afefbec60abcfa8.tar.xz drakx-b024d697392dad03df21f22a7afefbec60abcfa8.zip |
several typos fix
Diffstat (limited to 'perl-install/standalone/harddrake2')
-rwxr-xr-x | perl-install/standalone/harddrake2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index 59bb64847..1b57af169 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -50,10 +50,10 @@ my %fields = "pci_bus" => [ N("Bus PCI #"), N("the PCI bus on which the device is plugged") ], "pci_device" => [ N("PCI device #"), N("PCI device number") ], "pci_function" => [ N("PCI function #"), N("PCI function number") ], - "vendor" => [ N("Vendor ID"), N("this is the standard numerical identifiant of the vendor") ], - "id" => [ N("Device ID"), N("this is the numerical identifiant of the device") ], - "subvendor" => [ N("Sub vendor ID"), N("this is the minor numerical identifiant of the vendor") ], - "subid" => [ N("Sub device ID"), N("this is the minor numerical identifiant of the device") ], + "vendor" => [ N("Vendor ID"), N("this is the standard numerical identifier of the vendor") ], + "id" => [ N("Device ID"), N("this is the numerical identifier of the device") ], + "subvendor" => [ N("Sub vendor ID"), N("this is the minor numerical identifier of the vendor") ], + "subid" => [ N("Sub device ID"), N("this is the minor numerical identifier of the device") ], "usb_pci_device" =>, [ N("Device USB ID"), N("..") ], }, CPU => |