2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 01:51:51 +00:00

images/tty.proto: fix typo in a comment

presense -> presence

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
Kir Kolyshkin 2016-08-04 14:54:57 -07:00 committed by Pavel Emelyanov
parent dee527301f
commit 0eac990dee

View File

@ -65,7 +65,7 @@ message tty_info_entry {
optional winsize_entry winsize = 11;
/*
* These are optional fields which presense depends on
* These are optional fields which presence depends on
* TTY type.
*/
optional tty_pty_entry pty = 12;