diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2020-09-16 12:37:53 +0100 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2020-09-16 12:37:53 +0100 |
commit | dcc6d04eeab99ad61baef35f5284f2152f12c817 (patch) | |
tree | fb2038aaa2de9586bc7ca3b602f4d06fa4e523d3 /perl-install/services.pm | |
parent | 8f7e1c4bb768a70935ed7047e50b6a6f198a2a0c (diff) | |
download | drakx-dcc6d04eeab99ad61baef35f5284f2152f12c817.tar drakx-dcc6d04eeab99ad61baef35f5284f2152f12c817.tar.gz drakx-dcc6d04eeab99ad61baef35f5284f2152f12c817.tar.bz2 drakx-dcc6d04eeab99ad61baef35f5284f2152f12c817.tar.xz drakx-dcc6d04eeab99ad61baef35f5284f2152f12c817.zip |
Fix comment.
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 |