David Pursehouse 2f9e7e40c4 Fix: Missing spaces in printed messages
Several messages are printed with the `print` method and the message
is split across two lines, i.e.:

 print('This is a message split'
       'across two source code lines')

Which causes the message to be printed as:

 This is a message splitacross two source code lines

Add a space at the end of the first line before the line break:

 print('This is a message split '
       'across two source code lines'

Also correct a minor spelling mistake.

Change-Id: Ib98d93fcfb98d78f48025fcc428b6661380cff79
2013-03-05 17:30:59 +09:00
2012-11-14 11:38:57 +09:00
2009-06-02 00:09:07 +02:00
2012-11-14 12:09:38 +09:00
2013-02-26 16:04:55 +09:00
2008-10-21 07:00:00 -07:00
2012-10-30 10:28:20 +09:00
2011-09-19 14:52:57 -07:00
Description
No description provided
Apache-2.0 35 MiB
Languages
Python 99.1%
Shell 0.9%