summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSven Anders <anders@anduras.de>2012-04-19 12:03:28 +0200
committerKay Sievers <kay@vrfy.org>2012-04-19 12:03:28 +0200
commit771faa9ae64dbc373a36db9108c20dea325bd5d8 (patch)
tree6e19023a109779abd75b0b5e604b7dc60ddf21a7 /src
parentebcd5d3acd4c470668bbcd945a5aa42f0af5ccf0 (diff)
fix typo in src/shared/install.c
Diffstat (limited to 'src')
-rw-r--r--src/shared/install.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/install.c b/src/shared/install.c
index 080ae6a01d..a982c54142 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",