Merge "Fix spelling typos" am: 1b44711662

am: 1d80f85e4d

Change-Id: I29362026527b9034ec0786313e69257581e983b7
This commit is contained in:
Logan Chien
2018-10-31 22:28:22 -07:00
committed by android-build-merger
2 changed files with 2 additions and 2 deletions

View File

@@ -196,7 +196,7 @@ int main(int argc, const char **argv) {
<< "'s ABI has "
<< status_str
<< unreferenced_change_str
<< " Please check compatiblity report at: "
<< " Please check compatibility report at: "
<< compatibility_report << "\n"
<< "******************************************************\n";
}

View File

@@ -139,7 +139,7 @@ int main(int argc, const char **argv) {
<< "VNDK Abi "
<< status_str
<< ":"
<< " Please check compatiblity report at : "
<< " Please check compatibility report at : "
<< merged_diff_report << "\n"
<< "******************************************************\n";
}