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