summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDhruva Gole <goledhruva@gmail.com>2021-11-28 23:08:08 +0530
committerAnuj Mittal <anuj.mittal@intel.com>2021-12-07 14:51:23 +0800
commite760a57cb326a5b645fdcf6f3247d8adec896d9a (patch)
treeaa566ee26c246fcb101d0ea6b6abf1c1c78c68d1 /scripts
parente3dcea6b05a9ef64a4d28f250e53eadc6981dec9 (diff)
downloadopenembedded-core-e760a57cb326a5b645fdcf6f3247d8adec896d9a.tar.gz
scripts/checklayer/common.py: Fixed a minor grammatical error
Signed-off-by: Dhruva Gole <goledhruva@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 8ea17456ae5318ed7a3b4c8f75c8441456d8b979) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/checklayer/cases/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/checklayer/cases/common.py b/scripts/lib/checklayer/cases/common.py
index b82304e361..4495f71b24 100644
--- a/scripts/lib/checklayer/cases/common.py
+++ b/scripts/lib/checklayer/cases/common.py
@@ -14,7 +14,7 @@ class CommonCheckLayer(OECheckLayerTestCase):
# The top-level README file may have a suffix (like README.rst or README.txt).
readme_files = glob.glob(os.path.join(self.tc.layer['path'], '[Rr][Ee][Aa][Dd][Mm][Ee]*'))
self.assertTrue(len(readme_files) > 0,
- msg="Layer doesn't contains README file.")
+ msg="Layer doesn't contain a README file.")
# There might be more than one file matching the file pattern above
# (for example, README.rst and README-COPYING.rst). The one with the shortest