mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-01 02:35:05 +00:00
Fix spelling mistake, scirpt --> script
(cherry picked from commit 855d111304)
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
3c96e9e075
commit
0da84688a4
@@ -791,7 +791,7 @@ static int set_dependencies_from_rcnd(LookupPaths lp, Hashmap *all_services) {
|
||||
if (hashmap_contains(all_services, name))
|
||||
service = hashmap_get(all_services, name);
|
||||
else {
|
||||
log_warning("Could not find init scirpt for %s", name);
|
||||
log_warning("Could not find init script for %s", name);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user