Merge "Fix spelling typos"

am: 1b44711662

Change-Id: Ie4d4ec9a07157f9be2841a870bc1c139758ddabe
This commit is contained in:
Logan Chien
2018-10-31 22:23:29 -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 " << "'s ABI has "
<< status_str << status_str
<< unreferenced_change_str << unreferenced_change_str
<< " Please check compatiblity report at: " << " Please check compatibility report at: "
<< compatibility_report << "\n" << compatibility_report << "\n"
<< "******************************************************\n"; << "******************************************************\n";
} }

View File

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