fix typo in src/shared/install.c

This commit is contained in:
Sven Anders 2012-04-19 12:03:28 +02:00 committed by Kay Sievers
parent ebcd5d3acd
commit 771faa9ae6
1 changed files with 1 additions and 1 deletions

View 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",