[systemd-commits] src/shared
Kay Sievers
kay at kemper.freedesktop.org
Thu Apr 19 03:04:37 PDT 2012
src/shared/install.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 771faa9ae64dbc373a36db9108c20dea325bd5d8
Author: Sven Anders <anders at anduras.de>
Date: Thu Apr 19 12:03:28 2012 +0200
fix typo in src/shared/install.c
diff --git a/src/shared/install.c b/src/shared/install.c
index 080ae6a..a982c54 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",
More information about the systemd-commits
mailing list