Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(859)

Unified Diff: ppapi/proxy/video_encoder_resource_unittest.cc

Issue 1469783002: Cleanup: Correctly spell success(ful). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl format media Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/c/ppb_compositor.h ('k') | printing/backend/print_backend_cups.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/video_encoder_resource_unittest.cc
diff --git a/ppapi/proxy/video_encoder_resource_unittest.cc b/ppapi/proxy/video_encoder_resource_unittest.cc
index c1d39084d5863b9914d0e146f322afe3e139efcc..d4d9e1cdac7db8a5f0eeedbb061b0c8c82270659 100644
--- a/ppapi/proxy/video_encoder_resource_unittest.cc
+++ b/ppapi/proxy/video_encoder_resource_unittest.cc
@@ -643,7 +643,7 @@ TEST_F(VideoEncoderResourceTest, InitializeFailure) {
TEST_F(VideoEncoderResourceTest, InitializeSuccess) {
{
// Verify the initialize callback is called when initialization is
- // successfull.
+ // successful.
LockingResourceReleaser encoder(CreateEncoder());
ResourceMessageCallParams params;
PP_Size size = kFrameSize;
« no previous file with comments | « ppapi/c/ppb_compositor.h ('k') | printing/backend/print_backend_cups.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698