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:
parent
485fd28cfa
commit
00a074480e
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user