]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
shared/install: typo
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 27 Jul 2019 11:55:29 +0000 (13:55 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 29 Jul 2019 18:28:49 +0000 (20:28 +0200)
src/shared/install.c

index dfb60361910d13f73f17858ccd262783a0f5694c..8f9cf4a2f4ec367f0dfdff8687c82c52824cbb7c 100644 (file)
@@ -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;