From ae1e61bb58c23bbce81ed6c92c448ace9da9e2c7 Mon Sep 17 00:00:00 2001 From: Radostin Stoyanov Date: Sat, 20 Jan 2018 18:11:34 +0000 Subject: [PATCH] crtools: Fix typo Signed-off-by: Radostin Stoyanov --- criu/crtools.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/criu/crtools.c b/criu/crtools.c index 5f005387d..07bb26554 100644 --- a/criu/crtools.c +++ b/criu/crtools.c @@ -1091,7 +1091,7 @@ usage: " cpuinfo dump writes cpu information into image file\n" " cpuinfo check validates cpu information read from image file\n" " image-proxy launch dump-side proxy to sent images\n" -" image-cache launch restore-side cache to reveive images\n" +" image-cache launch restore-side cache to receive images\n" ); if (usage_error) {