]> code.ossystems Code Review - openembedded-core.git/commitdiff
classes/buildhistory: fix grammar in comments
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 4 Apr 2016 05:02:21 +0000 (17:02 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Apr 2016 09:03:45 +0000 (10:03 +0100)
Fix a minor grammatical error in the comments here.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/buildhistory.bbclass

index 60d19e23b49818cdc7406721e8be45b999f3c4bd..0fa9b16841c6ba58dfa2f2977ec27d0fadc75dda 100644 (file)
@@ -42,7 +42,7 @@ BUILDHISTORY_COMMIT_AUTHOR ?= "buildhistory <buildhistory@${DISTRO}>"
 BUILDHISTORY_PUSH_REPO ?= ""
 
 SSTATEPOSTINSTFUNCS_append = " buildhistory_emit_pkghistory"
-# We want to avoid influence the signatures of sstate tasks - first the function itself:
+# We want to avoid influencing the signatures of sstate tasks - first the function itself:
 sstate_install[vardepsexclude] += "buildhistory_emit_pkghistory"
 # then the value added to SSTATEPOSTINSTFUNCS:
 SSTATEPOSTINSTFUNCS[vardepvalueexclude] .= "| buildhistory_emit_pkghistory"