diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2000-01-01 16:07:12 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2000-01-01 16:07:12 +0000 |
commit | 1dc94110fc837dbe6cf06806f60c207ab1b64e83 (patch) | |
tree | f66d52b0c79acbf6702809f8303cf42967f72b09 /perl-install/install_steps_interactive.pm | |
parent | e9b769c6713d75e143cc331fed71634f626c2b4e (diff) | |
download | drakx-1dc94110fc837dbe6cf06806f60c207ab1b64e83.tar drakx-1dc94110fc837dbe6cf06806f60c207ab1b64e83.tar.gz drakx-1dc94110fc837dbe6cf06806f60c207ab1b64e83.tar.bz2 drakx-1dc94110fc837dbe6cf06806f60c207ab1b64e83.tar.xz drakx-1dc94110fc837dbe6cf06806f60c207ab1b64e83.zip |
corrected s/Developement/Development/
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index a78072326..bde0060a6 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -111,7 +111,7 @@ sub selectInstallClass($@) { } else { my %c = ( normal => _("Normal"), - developer => _("Developement"), + developer => _("Development"), server => _("Server"), ); $o->{installClass} = ${{reverse %c}}{$o->ask_from_list(_("Install Class"), |