Fix a typo.

This commit is contained in:
Victor Zverovich 2013-12-09 08:12:21 -08:00
parent e3b4a3f166
commit 185ec1d91e

View File

@ -1005,7 +1005,7 @@ class BasicFormatter {
args_.push_back(&arg);
}
// Perfoms formatting if the format string is non-null. The format string
// Performs formatting if the format string is non-null. The format string
// can be null if its ownership has been transferred to another formatter.
~BasicFormatter() {
CompleteFormatting();