chiark / gitweb /
fix typo in src/shared/install.c
authorSven Anders <anders@anduras.de>
Thu, 19 Apr 2012 10:03:28 +0000 (12:03 +0200)
committerKay Sievers <kay@vrfy.org>
Thu, 19 Apr 2012 10:03:28 +0000 (12:03 +0200)
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",