summaryrefslogtreecommitdiffstats
path: root/src/shared
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-07-27 13:55:29 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-07-29 20:28:49 +0200
commite5369d1a8fc1771a2af68656b37e60286c28038e (patch)
tree128cf44b647cdd084b1dceae8ac9ba03ef3baa3c /src/shared
parenttest-fs-util: call test functions in order of declaration (diff)
downloadsystemd-e5369d1a8fc1771a2af68656b37e60286c28038e.tar.xz
systemd-e5369d1a8fc1771a2af68656b37e60286c28038e.zip
shared/install: typo
Diffstat (limited to 'src/shared')
-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 dfb6036191..8f9cf4a2f4 100644
--- a/src/shared/install.c
+++ b/src/shared/install.c
@@ -2723,7 +2723,7 @@ int unit_file_lookup_state(
break;
default:
- assert_not_reached("Unexpect unit file type.");
+ assert_not_reached("Unexpected unit file type.");
}
*ret = state;