Fix spelling mistake, scirpt --> script

(cherry picked from commit 855d111304)
This commit is contained in:
Colin Ian King
2014-06-12 16:41:41 +01:00
committed by Zbigniew Jędrzejewski-Szmek
parent 3c96e9e075
commit 0da84688a4
+1 -1
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;
}