diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-02-05 09:29:07 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-02-05 09:29:07 +0000 |
commit | 2091da7fba0dbb4eedf5caf6f3f317a414d28f21 (patch) | |
tree | 4490ad1baf9e60620eb2620f4367d79f754e3f58 /perl-install | |
parent | 44762663ca1aae6ccdcc6f4b835db36c1bbdf3d1 (diff) | |
download | drakx-2091da7fba0dbb4eedf5caf6f3f317a414d28f21.tar drakx-2091da7fba0dbb4eedf5caf6f3f317a414d28f21.tar.gz drakx-2091da7fba0dbb4eedf5caf6f3f317a414d28f21.tar.bz2 drakx-2091da7fba0dbb4eedf5caf6f3f317a414d28f21.tar.xz drakx-2091da7fba0dbb4eedf5caf6f3f317a414d28f21.zip |
typo fix
Diffstat (limited to 'perl-install')
-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 fc6af012b..d257f33d8 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -38,7 +38,7 @@ my %fields = "device" => [ N("Old device file"), N("old static device name used in dev package") ], "devfs_device" => [ N("New devfs device"), - N("new dinamic device name generated by core kernel devfs") ], + N("new dynamic device name generated by core kernel devfs") ], "driver" => [ N("Module"), N("the module of the GNU/Linux kernel that handles the device") ], "flags" => [ N("Flags"), N("CPU flags reported by the kernel") ], "fdiv_bug" => [ N("Fdiv bug"), |