Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKir Kolyshkin <kir@openvz.org>2016-08-05 00:54:57 +0300
committerPavel Emelyanov <xemul@virtuozzo.com>2016-08-11 16:18:43 +0300
commit0eac990dee9088a86b9e770c06481dc01525a4e8 (patch)
tree41d7e9bd2d426bcca02321c1acff14e6c03818d8 /images/tty.proto
parentdee527301fd53bb35675ed1d509d8143f7c52f63 (diff)
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>
Diffstat (limited to 'images/tty.proto')
-rw-r--r--images/tty.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/images/tty.proto b/images/tty.proto
index c921c7d4f..f77243a46 100644
--- a/images/tty.proto
+++ b/images/tty.proto
@@ -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;