From 400365a9bfa9ab3eaaa0bec08e32023f54d04207 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Tue, 26 Apr 2011 19:51:41 +0100 Subject: [PATCH] typo fix Signed-off-by: Daniel Stone --- specs/XI2proto.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/XI2proto.txt b/specs/XI2proto.txt index e66b614..e89f062 100644 --- a/specs/XI2proto.txt +++ b/specs/XI2proto.txt @@ -245,7 +245,7 @@ sequence by ceasing to touch the device. Within this document, the term "touch sequence" is used to describe the above chain of events. In the protocol, the three stages are represented with the event types TouchBegin, TouchUpdate, and TouchEnd, respectively. -A touch sequence always generates TouchBeing and TouchEnd events. It may +A touch sequence always generates TouchBegin and TouchEnd events. It may generate TouchUpdate events. A client must select for TouchBegin, TouchUpdate, and TouchEnd events. A