From: Zbigniew Jędrzejewski-Szmek Date: Sat, 27 Jul 2019 11:55:29 +0000 (+0200) Subject: shared/install: typo X-Git-Tag: v243~119^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e5369d1a8fc1771a2af68656b37e60286c28038e;p=platform%2Fupstream%2Fsystemd.git shared/install: typo --- diff --git a/src/shared/install.c b/src/shared/install.c index dfb6036..8f9cf4a 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;