summaryrefslogtreecommitdiff
path: root/yocto-poky/meta/classes/tinderclient.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'yocto-poky/meta/classes/tinderclient.bbclass')
-rw-r--r--yocto-poky/meta/classes/tinderclient.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/yocto-poky/meta/classes/tinderclient.bbclass b/yocto-poky/meta/classes/tinderclient.bbclass
index 6984efd1b..2bc75fc65 100644
--- a/yocto-poky/meta/classes/tinderclient.bbclass
+++ b/yocto-poky/meta/classes/tinderclient.bbclass
@@ -142,7 +142,7 @@ def tinder_send_http(d, status, _log):
selector = url + "/xml/build_status.pl"
- # now post it - in chunks of 10.000 charachters
+ # now post it - in chunks of 10.000 characters
new_log = _log
while len(new_log) > 0:
content_type, body = tinder_format_http_post(d,status,new_log[0:18000])