From 7240f59afce8c1f0afc7067d1028ede67f517a74 Mon Sep 17 00:00:00 2001 From: Allan G Date: Wed, 13 Sep 2017 16:09:48 -0400 Subject: [PATCH] Chore: Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03f1add..9d171b1 100644 --- a/README.md +++ b/README.md @@ -1441,7 +1441,7 @@ happens to be at major version 11 since 1987, hence X is also often called X11. Prior, in X10, [cut buffers](http://www.x.org/releases/X11R7.7/doc/xorg-docs/icccm/icccm.html#Peer_to_Peer_Communication_by_Means_of_Cut_Buffers) were introduced that kind of worked like a _clipboard_ as in copied text was -actually held by X and it was accessible by all ofter applications. This +actually held by X and it was accessible by all other applications. This mechanism still exists in X, but its use is deprecated now and most software doesn't use it anymore.