1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-24 21:34:08 +03:00

fix typo in SUBSYSTEMS key parsing

This commit is contained in:
Kay Sievers 2006-08-20 18:20:55 +02:00
parent 220dac4c5e
commit c472055c90

View File

@ -345,7 +345,7 @@ static int add_to_rules(struct udev_rules *rules, char *line, const char *filena
continue;
}
if (strcasecmp(key, "SUBSYTEMS") == 0 ||
if (strcasecmp(key, "SUBSYSTEMS") == 0 ||
strcasecmp(key, "BUS") == 0) {
if (operation != KEY_OP_MATCH &&
operation != KEY_OP_NOMATCH) {