chiark / gitweb /
fix typo in SUBSYSTEMS key parsing
authorKay Sievers <kay.sievers@suse.de>
Sun, 20 Aug 2006 16:20:55 +0000 (18:20 +0200)
committerKay Sievers <kay.sievers@suse.de>
Sun, 20 Aug 2006 16:20:55 +0000 (18:20 +0200)
udev_rules_parse.c

index ecb6a7be31b1133ab2a104c02dbcded411a13ba6..b9456b5fb0fe21cc4046f40b511205bc81f2c1c6 100644 (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) {