From 259626c7ca1971bca226343df8d88c2b44530158 Mon Sep 17 00:00:00 2001 From: thestig Date: Mon, 23 Nov 2015 12:18:11 -0800 Subject: Cleanup: Correctly spell success(ful). TBR=brettw@chromium.org NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1469783002 Cr-Commit-Position: refs/heads/master@{#361166} --- courgette/courgette.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'courgette') diff --git a/courgette/courgette.h b/courgette/courgette.h index bf6c925..49cf8b2 100644 --- a/courgette/courgette.h +++ b/courgette/courgette.h @@ -93,7 +93,7 @@ Status GenerateEnsemblePatch(SourceStream* old, SourceStream* target, // Detects the type of an executable file, and it's length. The length // may be slightly smaller than some executables (like ELF), but will include // all bytes the courgette algorithm has special benefit for. -// On sucess: +// On success: // Fill in type and detected_length, and return C_OK. // On failure: // Fill in type with UNKNOWN, detected_length with 0, and -- cgit v1.1