Merge "Fix spelling typos"

This commit is contained in:
Logan Chien
2018-11-01 05:11:16 +00:00
committed by Gerrit Code Review
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";
}