From a8d7edbb466a354b76e639efa1ab515a2345c505 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 30 Nov 2005 15:22:38 +0000 Subject: typo fix --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index cfb10ef2f..dd8e5f043 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -339,7 +339,7 @@ sub doPartitionDisks { #------------------------------------------------------------------------------ sub rebootNeeded { my ($o) = @_; - $o->ask_warn(N("Partitionning"), N("You need to reboot for the partition table modifications to take place"), icon => 'banner-part'); + $o->ask_warn(N("Partitioning"), N("You need to reboot for the partition table modifications to take place"), icon => 'banner-part'); install_steps::rebootNeeded($o); } -- cgit v1.2.1