diff options
Diffstat (limited to 'perl-install/services.pm')
-rw-r--r-- | perl-install/services.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/services.pm b/perl-install/services.pm index e2dd69580..512d6a6c3 100644 --- a/perl-install/services.pm +++ b/perl-install/services.pm @@ -398,7 +398,7 @@ sub _legacy_services() { my @services; my $has_systemd = has_systemd(); if ($has_systemd) { - # The system not using systemd but will be at next boot. This is + # The system is not using systemd but will be at next boot. This # is typically the case in the installer. In this mode we must read # as much as is practicable from the native systemd unit files and # combine that with information from chkconfig regarding legacy sysvinit |