Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@14912 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/PictureTest.cpp b/tests/PictureTest.cpp
index ad23fd3..98cd90e 100644
--- a/tests/PictureTest.cpp
+++ b/tests/PictureTest.cpp
@@ -957,7 +957,7 @@
typedef SkCanvas INHERITED;
};
-void check_save_state(skiatest::Reporter* reporter, SkPicture* picture,
+void check_save_state(skiatest::Reporter* reporter, SkPicture* picture,
unsigned int numSaves, unsigned int numSaveLayers,
unsigned int numRestores) {
SaveCountingCanvas canvas(picture->width(), picture->height());
@@ -1132,7 +1132,7 @@
REPORTER_ASSERT(reporter, 4 == testCanvas.getSaveCount());
set_canvas_to_save_count_4(&testCanvas);
- // Check that serializing a mid-recording picture doesn't result in unbalanced
+ // Check that serializing a mid-recording picture doesn't result in unbalanced
// saves/restores
SkDynamicMemoryWStream wStream;
p.serialize(&wStream);