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

Unified Diff: courgette/courgette_flow.h

Issue 2860963002: Spell success correctly. (Closed)
Patch Set: rebase, nits Created 3 years, 7 months 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 | « components/feedback/feedback_uploader_delegate.h ('k') | dbus/message.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: courgette/courgette_flow.h
diff --git a/courgette/courgette_flow.h b/courgette/courgette_flow.h
index 9b8cb889126fd1e29c4e86a459aa945c84bee781..e651be7aa25eb42396c9b1dcb39e235f4f4f9ed4 100644
--- a/courgette/courgette_flow.h
+++ b/courgette/courgette_flow.h
@@ -124,7 +124,7 @@ class CourgetteFlow {
// Reassigns |status_|, and returns true if |C_OK|.
bool check(Status new_status);
- // check() alternative for functions that return true on succes. On failure
+ // check() alternative for functions that return true on success. On failure
// assigns |status_| to |failure_mode|.
bool check(bool success, Status failure_mode);
« no previous file with comments | « components/feedback/feedback_uploader_delegate.h ('k') | dbus/message.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698