From: Sven Anders Date: Thu, 19 Apr 2012 10:03:28 +0000 (+0200) Subject: fix typo in src/shared/install.c X-Git-Tag: v183~260 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=771faa9ae64dbc373a36db9108c20dea325bd5d8 fix typo in src/shared/install.c --- diff --git a/src/shared/install.c b/src/shared/install.c index 080ae6a01..a982c5414 100644 --- a/src/shared/install.c +++ b/src/shared/install.c @@ -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",