Blob Blame History Raw
From bdcd7ccacc33f15f6e278504d5430fc5cbd1c879 Mon Sep 17 00:00:00 2001
From: Sven Anders <anders@anduras.de>
Date: Thu, 19 Apr 2012 12:03:28 +0200
Subject: [PATCH] fix typo in src/shared/install.c (cherry picked from commit
 771faa9ae64dbc373a36db9108c20dea325bd5d8)

---
 src/install.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/install.c b/src/install.c
index 9256116..b5c49bd 100644
--- a/src/install.c
+++ b/src/install.c
@@ -1934,7 +1934,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",