chiark / gitweb /
util: unify getenv() logic for other PID
[elogind.git] / src / shared / install.c
index 080ae6a01dc327f25c397de263b96f9f812441e9..a982c54142184b77d32be90bd323bf75feba8922 100644 (file)
@@ -1935,7 +1935,7 @@ finish:
 
 static const char* const unit_file_state_table[_UNIT_FILE_STATE_MAX] = {
         [UNIT_FILE_ENABLED] = "enabled",
-        [UNIT_FILE_ENABLED_RUNTIME] = "enabled-runtie",
+        [UNIT_FILE_ENABLED_RUNTIME] = "enabled-runtime",
         [UNIT_FILE_LINKED] = "linked",
         [UNIT_FILE_LINKED_RUNTIME] = "linked-runtime",
         [UNIT_FILE_MASKED] = "masked",