[oe-commits] [openembedded-core] 03/03: classes/buildhistory: fix grammar in comments

git at git.openembedded.org git at git.openembedded.org
Mon Apr 4 09:04:13 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit ddc60aea113e587f27df03645620d6eb677ff28a
Author: Paul Eggleton <paul.eggleton at linux.intel.com>
AuthorDate: Mon Apr 4 17:02:21 2016 +1200

    classes/buildhistory: fix grammar in comments
    
    Fix a minor grammatical error in the comments here.
    
    Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/buildhistory.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/buildhistory.bbclass b/meta/classes/buildhistory.bbclass
index 60d19e2..0fa9b16 100644
--- a/meta/classes/buildhistory.bbclass
+++ b/meta/classes/buildhistory.bbclass
@@ -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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list