summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Botö <erik.boto@pelagicore.com>2013-10-02 16:37:37 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-02 15:41:21 +0100
commit56f39bcf2237c11508d82238b6292e4bfbfed764 (patch)
treefa60c528957ecd5a18a755907a0556d09a2975c4
parenta02280f99f05b1c21de2a78de9222a2f62a0dabc (diff)
downloadast2050-yocto-poky-56f39bcf2237c11508d82238b6292e4bfbfed764.zip
ast2050-yocto-poky-56f39bcf2237c11508d82238b6292e4bfbfed764.tar.gz
bitbake: lib/bb/monitordisk.py: fix spelling in error text
(Bitbake rev: 78efda1224a99ed3d2ca6befb9fd719d82f6b0ae) Signed-off-by: Erik Botö <erik.boto@pelagicore.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--bitbake/lib/bb/monitordisk.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/bb/monitordisk.py b/bitbake/lib/bb/monitordisk.py
index c6d0767..3e6ecbd 100644
--- a/bitbake/lib/bb/monitordisk.py
+++ b/bitbake/lib/bb/monitordisk.py
@@ -225,7 +225,7 @@ class diskMonitor:
self.preFreeS[k] = freeSpace
if action == "STOPTASKS" and not self.checked[k]:
- logger.error("No new tasks can be excuted since the disk space monitor action is \"STOPTASKS\"!")
+ logger.error("No new tasks can be executed since the disk space monitor action is \"STOPTASKS\"!")
self.checked[k] = True
rq.finish_runqueue(False)
bb.event.fire(bb.event.DiskFull(dev, 'disk', freeSpace, path), self.configuration)
@@ -253,7 +253,7 @@ class diskMonitor:
self.preFreeI[k] = freeInode
if action == "STOPTASKS" and not self.checked[k]:
- logger.error("No new tasks can be excuted since the disk space monitor action is \"STOPTASKS\"!")
+ logger.error("No new tasks can be executed since the disk space monitor action is \"STOPTASKS\"!")
self.checked[k] = True
rq.finish_runqueue(False)
bb.event.fire(bb.event.DiskFull(dev, 'inode', freeInode, path), self.configuration)
OpenPOWER on IntegriCloud