2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 22:35:33 +00:00

Fix typos

Signed-off-by: Radostin Stoyanov <rstoyanov1@gmail.com>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
Radostin Stoyanov
2018-02-07 02:40:09 +00:00
committed by Andrei Vagin
parent c670abb8d8
commit 3b3384352d
36 changed files with 88 additions and 86 deletions

View File

@@ -56,7 +56,7 @@ class _criu_comm_sk(_criu_comm):
class _criu_comm_fd(_criu_comm):
"""
Commnunication class for file descriptor.
Communication class for file descriptor.
"""
def __init__(self, fd):
self.comm_type = self.COMM_FD
@@ -164,7 +164,7 @@ class CRIUExceptionExternal(CRIUException):
s = "%s failed: " % (rpc.criu_req_type.Name(self.typ), )
if self.typ != self.resp_typ:
s += "Unxecpected response type %d: " % (self.resp_typ, )
s += "Unexpected response type %d: " % (self.resp_typ, )
s += "Error(%d): " % (self.errno, )