From: Brian Norris Date: Thu, 18 Sep 2014 00:07:59 +0000 (-0700) Subject: aiaiai-diff-log-helper: spelling X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d2be7d6292b945f5ec4641223c1c5ca9bfdb5679;p=users%2Fdedekind%2Faiaiai.git aiaiai-diff-log-helper: spelling Signed-off-by: Brian Norris Signed-off-by: Jacob Keller --- diff --git a/helpers/aiaiai-diff-log-helper b/helpers/aiaiai-diff-log-helper index 93623e2..f0bda08 100755 --- a/helpers/aiaiai-diff-log-helper +++ b/helpers/aiaiai-diff-log-helper @@ -10,7 +10,7 @@ Licence: GPLv2 # Sorts 2 build logs and compares them. Blocks can be as follows. # -# 1a. All consequitive lines starting with the same file prefix belong to one +# 1a. All consecutive lines starting with the same file prefix belong to one # block, e.g.: # # drivers/s.c:472:22: warning: incorrect type in assignment (different address spaces) [sparse] @@ -19,7 +19,7 @@ Licence: GPLv2 # # (the prefix is "drivers/s.c:472") # -# 1b. All consequitive lines starting with prefix "make:", "make[1]:", etc. +# 1b. All consecutive lines starting with prefix "make:", "make[1]:", etc. # These usually belong to build failures. # # 2. GCC 'In file included from' blocks look like this: