1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 00:59:48 +00:00

Fix common typoes "existant", "dependant" and variations

Fix a couple common typoes, all contained within comments so there
should be no effect on functionality.

(From OE-Core rev: dc52c3cbf3a7b7242d53019f7643495eb40c0566)

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert P. J. Day
2012-03-22 06:05:59 -04:00
committed by Richard Purdie
parent 54d61ed9f7
commit 9e3c79cfe8
11 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#
# This class contains functions for recipes that need QEMU or test for its
# existance.
# existence.
#
def qemu_target_binary(data):