From 19bb2c38370f5ef9296d451970f93e570b5a8546 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Sun, 27 Jun 2004 07:23:56 +0000 Subject: [PATCH] Fix some apostrophe issues. --- ChangeLog | 5 +++++ protocol | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f5a6548..a8b2c12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-06-27 root + + * protocol: + Fix some apostrophe issues. + 2004-02-03 Jim Gettys * AUTHORS: needed author's attribution diff --git a/protocol b/protocol index a91996c..94b073e 100644 --- a/protocol +++ b/protocol @@ -53,7 +53,7 @@ application for each window; manual update may also be selected on a per-window basis or for each child of a window. Detecting when to update may be done with the Damage extension. -The off-screen storage includes the window contents, it's borders and the +The off-screen storage includes the window contents, its borders and the contents of all descendants. In automatic update mode, the X server is itself responsible for presenting @@ -110,7 +110,7 @@ operations other than QueryVersion. the requested version. Major versions changes can introduce incompatibilities in existing functionality, minor version changes introduce only backward compatible changes. It is - the clients responsibility to ensure that the server supports + the client's responsibility to ensure that the server supports a version which is compatible with its expectations. Servers are encouraged to support multiple versions of the extension.