chiark / gitweb /
extras: fix mis-spelling of "environment"
[elogind.git] / extras / usb_id / usb_id.c
index f069f3a1acd12208272bc1a6da72f2f6f83f8106..0565e6403f2fd358844a33d2ebd228a10660c9c1 100644 (file)
@@ -62,7 +62,7 @@ static void set_usb_iftype(char *to, int if_class_num, size_t len)
        case 5: /* Physical */
                break;
        case 6:
-               type = "image";
+               type = "media";
                break;
        case 7:
                type = "printer";
@@ -395,7 +395,7 @@ int main(int argc, char **argv)
                        printf("Usage: usb_id [--usb-info] [--num-info] [--export] [--help] <devpath>\n"
                               "  --usb-info  use usb strings instead\n"
                               "  --num-info  use numerical values\n"
-                              "  --export    print values as environemt keys\n"
+                              "  --export    print values as environment keys\n"
                               "  --help      print this help text\n\n");
                default:
                        retval = 1;