diff options
Diffstat (limited to 'perl-install/standalone/service_harddrake')
-rwxr-xr-x | perl-install/standalone/service_harddrake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index 4fcbb14a4..88de1844d 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -69,7 +69,7 @@ my $previous_config; if (-f $last_boot_config && -s $last_boot_config) { eval { $previous_config = Storable::retrieve($last_boot_config) }; - log::explanations("resetting previous harware file ($@)") if $@; + log::explanations("resetting previous hardware file ($@)") if $@; } $previous_config ||= {}; |