1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-28 03:25:27 +03:00

Fix spelling mistake, scirpt --> script

This commit is contained in:
Colin Ian King 2014-06-12 16:41:41 +01:00 committed by Thomas Hindoe Paaboel Andersen
parent 5b4c013121
commit 855d111304

View File

@ -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;
}