1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-02-28 17:57:25 +03:00

fix typo in error message

This commit is contained in:
Matt Kraai 2006-04-11 19:35:52 +02:00 committed by Kay Sievers
parent 485fd28cfa
commit 00a074480e

View File

@ -293,7 +293,7 @@ static int find_free_number(const char *base, const char *devpath)
static int warn = 1;
if (warn) {
err("%%e is deprecated, will be removed and is unlikey to work correctly. Don't use it.");
err("%%e is deprecated, will be removed and is unlikely to work correctly. Don't use it.");
warn = 0;
}