diff options
author | adamw <adamw@FreeBSD.org> | 2018-08-02 00:33:11 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2018-08-02 00:33:11 +0800 |
commit | d31c528baca827d503ac0ff90d00ded81d8e5535 (patch) | |
tree | 205eda5f4c924f487263ec17828845ca6f3b83cc /x11 | |
parent | 22c96c6369f3261c7599923dd7d56c503e4a1025 (diff) | |
download | freebsd-ports-gnome-d31c528baca827d503ac0ff90d00ded81d8e5535.tar.gz freebsd-ports-gnome-d31c528baca827d503ac0ff90d00ded81d8e5535.tar.zst freebsd-ports-gnome-d31c528baca827d503ac0ff90d00ded81d8e5535.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."
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xnee/pkg-descr | 2 |
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. |