1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 18:55:40 +03:00

shared/install: typo

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2019-07-27 13:55:29 +02:00
parent f20319402a
commit e5369d1a8f

View 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;