2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 14:25:49 +00:00

Assorted trivial message fixes

* kid -> child
* First letter should be uppercase
* Misc typos in messages and comments

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
This commit is contained in:
Kir Kolyshkin
2012-02-01 02:08:04 +04:00
committed by Cyrill Gorcunov
parent ad3bc05771
commit 1408ead858
6 changed files with 13 additions and 12 deletions

View File

@@ -71,7 +71,7 @@ static int prepare_uts_str(int fd, char *n)
return -1;
}
pr_info("Restoging %s to [%s]\n", n, str);
pr_info("Restoring %s to [%s]\n", n, str);
ret = write(fd, str, len);
close(fd);