A bit of oatdump clean up

Fix typo, remove unused byte category.

Test: test-art-host-gtest-oatdump_test

Change-Id: Ia6f58d5dd17930fbea7fd9cb05edc014c190f080
diff --git a/oatdump/oatdump.cc b/oatdump/oatdump.cc
index d7fba4f..2a2094e 100644
--- a/oatdump/oatdump.cc
+++ b/oatdump/oatdump.cc
@@ -587,7 +587,6 @@
       kByteKindCodeInfoLocationCatalog,
       kByteKindCodeInfoDexRegisterMap,
       kByteKindCodeInfoEncoding,
-      kByteKindCodeInfoOther,
       kByteKindCodeInfoStackMasks,
       kByteKindCodeInfoRegisterMasks,
       kByteKindStackMapNativePc,
@@ -661,7 +660,7 @@
                stack_map_bits,
                "stack map");
           Dump(os,
-               "StackMapInlineInfoInde        ",
+               "StackMapInlineInfoIndex       ",
                bits[kByteKindStackMapInlineInfoIndex],
                stack_map_bits,
                "stack map");
diff --git a/oatdump/oatdump_test.cc b/oatdump/oatdump_test.cc
index 503cd4d..c7c3ddd7 100644
--- a/oatdump/oatdump_test.cc
+++ b/oatdump/oatdump_test.cc
@@ -104,6 +104,7 @@
         expected_prefixes.push_back("DEX CODE:");
         expected_prefixes.push_back("CODE:");
         expected_prefixes.push_back("CodeInfoEncoding");
+        expected_prefixes.push_back("CodeInfoInlineInfo");
       }
       if (mode == kModeArt) {
         exec_argv.push_back("--image=" + core_art_location_);