summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2004-06-27 07:23:56 +0000
committerEric Anholt <anholt@freebsd.org>2004-06-27 07:23:56 +0000
commit19bb2c38370f5ef9296d451970f93e570b5a8546 (patch)
tree432ffb79065a5bc8ca6f4eaa3fe79819395693e0
parent47c46ad42a57d1dc8f2cf2e9e5d8b1478e75cd3b (diff)
downloadxorg-proto-compositeproto-19bb2c38370f5ef9296d451970f93e570b5a8546.tar.gz
Fix some apostrophe issues.
-rw-r--r--ChangeLog5
-rw-r--r--protocol4
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 <set EMAIL_ADDRESS environment variable>
+
+ * protocol:
+ Fix some apostrophe issues.
+
2004-02-03 Jim Gettys <freedesktop.org>
* 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.