summaryrefslogtreecommitdiff
path: root/rule_checker.py
diff options
context:
space:
mode:
authorhk57.kim <hk57.kim@samsung.com>2017-06-02 12:55:29 +0900
committerhk57.kim <hk57.kim@samsung.com>2017-06-14 12:14:34 +0900
commitb85762639f5b06e5fba6af1133b6c307a3d9f832 (patch)
tree80a4f5e98c7056103e9fb1b97c18b1290e0c3b61 /rule_checker.py
parent698ea172b8b4e565e2ce1003e2fdb19d7d8f30cb (diff)
downloadbuilding-blocks-b85762639f5b06e5fba6af1133b6c307a3d9f832.tar.gz
building-blocks-b85762639f5b06e5fba6af1133b6c307a3d9f832.tar.bz2
building-blocks-b85762639f5b06e5fba6af1133b6c307a3d9f832.zip
Domain-API: add pkgs listed by TPL 20170607
Change-Id: I6a441d9175a190653d2a820b37152481f5f549b0 Signed-off-by: hk57.kim <hk57.kim@samsung.com>
Diffstat (limited to 'rule_checker.py')
-rwxr-xr-xrule_checker.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rule_checker.py b/rule_checker.py
index 48fe5c6..613bf6e 100755
--- a/rule_checker.py
+++ b/rule_checker.py
@@ -179,12 +179,12 @@ def ruleCheckInc(file):
clevel = 3
if (clevel - 1) != level:
error += 1
- print("ERROR: RULE 5.4. Non Preset/feature block cannot have non-direct chile block as its dependents (Requires/Suggests). Level Mismatch")
+ print("ERROR: RULE 5.4. Non Preset/feature block cannot have non-direct child block as its dependents (Requires/Suggests). Level Mismatch")
report(file, lc, line)
continue
if c[:len(n)] != n:
error += 1
- print("ERROR: RULE 5.4. Non Preset/feature block cannot have non-direct chile block as its dependents (Requires/Suggests). Child from another hierarchy.")
+ print("ERROR: RULE 5.4. Non Preset/feature block cannot have non-direct child block as its dependents (Requires/Suggests). Child from another hierarchy.")
report(file, lc, line)
continue