--- a/DebugClients/Python3/AsyncFile.py Sat Sep 10 19:32:56 2016 +0200 +++ b/DebugClients/Python3/AsyncFile.py Sun Sep 11 13:11:58 2016 +0200 @@ -274,7 +274,7 @@ """ Public method to truncate the file. - @param size size to truncaze to (integer) + @param size size to truncate to (integer) @exception IOError This method is not supported and always raises an IOError. """