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

Unified Diff: third_party/WebKit/LayoutTests/fast/canvas/painting-on-bad-canvas.html

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 | « sync/syncable/directory.cc ('k') | third_party/WebKit/LayoutTests/fast/css/font-face-download-error.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/canvas/painting-on-bad-canvas.html
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/painting-on-bad-canvas.html b/third_party/WebKit/LayoutTests/fast/canvas/painting-on-bad-canvas.html
index 31c38057cecbf33ba5f53abdce77d4b52afeb350..8044178c7e45f99a0744399d30b478a0388a9a27 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/painting-on-bad-canvas.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/painting-on-bad-canvas.html
@@ -48,7 +48,7 @@ testAPICalls();
canvas.width = 0;
testAPICalls();
-// Test a canvas so large that it has no chance of successfull allocating a backing
+// Test a canvas so large that it has no chance of successful allocating a backing
canvas.width = 10000000;
canvas.height = 10000000;
testAPICalls();
« no previous file with comments | « sync/syncable/directory.cc ('k') | third_party/WebKit/LayoutTests/fast/css/font-face-download-error.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698