From 0f438ceeed27f3473a9ebda6c9e15d593ceeebde Mon Sep 17 00:00:00 2001 From: Nicolas Viennot Date: Wed, 5 Feb 2020 22:33:02 +0000 Subject: [PATCH] typo: fix missing space in error message Signed-off-by: Nicolas Viennot --- criu/sk-unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/criu/sk-unix.c b/criu/sk-unix.c index f43aa2124..048ff44ae 100644 --- a/criu/sk-unix.c +++ b/criu/sk-unix.c @@ -1877,7 +1877,7 @@ static int open_unixsk_standalone(struct unix_sk_info *ui, int *new_fd) !(opts.ext_unix_sk)) { pr_err("External socket found in image. " "Consider using the --" USK_EXT_PARAM - "option to allow restoring it.\n"); + " option to allow restoring it.\n"); return -1; }