diff options
author | olgeni <olgeni@FreeBSD.org> | 2008-12-20 05:08:37 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2008-12-20 05:08:37 +0800 |
commit | 28a8270c58aa3679b2620dda677ae2f360cf5baf (patch) | |
tree | f156861b01192e07aa3441b1b09471b4e20a6440 | |
parent | 72a0d3467f2c1972dbaa07997ac58b5bb57b4ef0 (diff) | |
download | freebsd-ports-gnome-28a8270c58aa3679b2620dda677ae2f360cf5baf.tar.gz freebsd-ports-gnome-28a8270c58aa3679b2620dda677ae2f360cf5baf.tar.zst freebsd-ports-gnome-28a8270c58aa3679b2620dda677ae2f360cf5baf.zip |
Fix typo.
-rw-r--r-- | net/x11vnc/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/x11vnc/pkg-descr b/net/x11vnc/pkg-descr index 39d8b5ca85c1..4c8242bf868d 100644 --- a/net/x11vnc/pkg-descr +++ b/net/x11vnc/pkg-descr @@ -2,7 +2,7 @@ x11vnc is a VNC server for real X displays. VNC (Virtual Network Computing) is a very useful network graphics protocol which allows multiple simple remote viewers to watch and control a single desktop. x11vnc differs from traditional UNIX VNC servers in that it is accessing a real X displays that -may already be in progress rather than creating it's own X server for clients +may already be in progress rather than creating its own X server for clients to connect to. WWW: http://www.karlrunge.com/x11vnc/ |