mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 14:25:49 +00:00
protobuf: fixed typo in pb_write_one
Signed-off-by: Stanislav Kinsbursky <skinsbursky@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
87cf4ad128
commit
3583578d7c
@@ -604,7 +604,7 @@ int pb_write_one(int fd, void *obj, int type)
|
||||
int ret = -1;
|
||||
|
||||
if (!cr_pb_descs[type].pb_desc) {
|
||||
pr_err("Wron object requested %d\n", type);
|
||||
pr_err("Wrong object requested %d\n", type);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user