[CRIU] [PATCH] protobuf: fixed typo in pb_write_one

Kinsbursky Stanislav skinsbursky at openvz.org
Wed Oct 3 04:58:18 EDT 2012


From: Stanislav Kinsbursky <skinsbursky at openvz.org>

Signed-off-by: Stanislav Kinsbursky <skinsbursky at openvz.org>
---
 protobuf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
-------------- next part --------------
diff --git a/protobuf.c b/protobuf.c
index 266f4ea..b76db4c 100644
--- a/protobuf.c
+++ b/protobuf.c
@@ -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;
 	}
 


More information about the CRIU mailing list