chiark / gitweb /
fix spelling of privilege
[elogind.git] / src / core / load-fragment.c
index 3b36d1568c8df75370482aff4ae6349704bc9f47..25a39055914bf08f2c69e31d1c6d7b80afb53233 100644 (file)
@@ -97,9 +97,8 @@ int config_parse_unit_deps(const char* unit,
 
         UnitDependency d = ltype;
         Unit *u = userdata;
-        char *w;
+        char *w, *state;
         size_t l;
-        char *state;
 
         assert(filename);
         assert(lvalue);
@@ -3030,7 +3029,7 @@ int config_parse_namespace_path_strv(
         return 0;
 }
 
-int config_parse_no_new_priviliges(
+int config_parse_no_new_privileges(
                 const char* unit,
                 const char *filename,
                 unsigned line,