From 185ec1d91e1e38392aed7ceb77c0a3eaeb5d56ca Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 9 Dec 2013 08:12:21 -0800 Subject: [PATCH] Fix a typo. --- format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/format.h b/format.h index 753e25fd..a284e5b3 100644 --- a/format.h +++ b/format.h @@ -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();