aboutsummaryrefslogtreecommitdiff
path: root/x11/xnee
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2018-08-01 16:33:11 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2018-08-01 16:33:11 +0000
commit0c926073ff9ccf507fb7969e19f3b28b833eab44 (patch)
tree205eda5f4c924f487263ec17828845ca6f3b83cc /x11/xnee
parentc04cc57a1dbdc00a417751d12e5017e649cb74b3 (diff)
downloadports-0c926073ff9ccf507fb7969e19f3b28b833eab44.tar.gz
ports-0c926073ff9ccf507fb7969e19f3b28b833eab44.zip
Fix a common grammar error: "can not" means the opposite of "cannot."
"Can not" means "it is possible not to," and "cannot" means "it is impossible to."
Notes
Notes: svn path=/head/; revision=476184
Diffstat (limited to 'x11/xnee')
-rw-r--r--x11/xnee/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xnee/pkg-descr b/x11/xnee/pkg-descr
index 6bebce046bca..a94713b2a52d 100644
--- a/x11/xnee/pkg-descr
+++ b/x11/xnee/pkg-descr
@@ -1,7 +1,7 @@
Xnee receives X11 protocol data (e.g. XEvents) from an X server and
prints them to a file (or stdout). By recording events such as
MapNotify, the replaying of events can be synchronized. This is not only
-useful but essential. We can not replay or regenerate keyboard-events to
+useful but essential. We cannot replay or regenerate keyboard-events to
a window before it's ready to "receive" events. By recording events and
requests synchronization can be implemented. Xnee can also distribute
events (both when recording and replaying) to other displays.