summaryrefslogtreecommitdiffstats
path: root/meta/classes/tinderclient.bbclass
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2015-11-05 17:48:18 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-11-24 15:50:27 +0000
commita205c4ce1d420ab2a46e1da62cd96fc4b8564e2e (patch)
tree6b05c41b5f65439ec55c4e318162d7377792114e /meta/classes/tinderclient.bbclass
parentcf218e56afb82458d554608c137bdbed83acb76b (diff)
downloadpoky-a205c4ce1d420ab2a46e1da62cd96fc4b8564e2e.tar.gz
bbclass: fix spelling mistakes
Fix some spelling mistakes in bbclass files (From OE-Core rev: ed484c06f436eea62c5d0b1a2964f219f3e5cb61) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/tinderclient.bbclass')
-rw-r--r--meta/classes/tinderclient.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/tinderclient.bbclass b/meta/classes/tinderclient.bbclass
index 6984efd1be..2bc75fc65e 100644
--- a/meta/classes/tinderclient.bbclass
+++ b/meta/classes/tinderclient.bbclass
@@ -142,7 +142,7 @@ def tinder_send_http(d, status, _log):
142 142
143 selector = url + "/xml/build_status.pl" 143 selector = url + "/xml/build_status.pl"
144 144
145 # now post it - in chunks of 10.000 charachters 145 # now post it - in chunks of 10.000 characters
146 new_log = _log 146 new_log = _log
147 while len(new_log) > 0: 147 while len(new_log) > 0:
148 content_type, body = tinder_format_http_post(d,status,new_log[0:18000]) 148 content_type, body = tinder_format_http_post(d,status,new_log[0:18000])