summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2008-01-10 20:15:54 -0500
committerDaniel P. Berrange <berrange@redhat.com>2008-01-10 20:15:54 -0500
commit7e8477d80579336e6db965e30a9eb6cec471646f (patch)
treee8c666c5bd8f9c56db20d437df5ea4862a8e2d43
parent815d8e591292c76db089ad5d9d3fa862371fef12 (diff)
downloadvirt-viewer-7e8477d80579336e6db965e30a9eb6cec471646f.tar.gz
virt-viewer-7e8477d80579336e6db965e30a9eb6cec471646f.tar.xz
virt-viewer-7e8477d80579336e6db965e30a9eb6cec471646f.zip
Fix a few typos (Atsushi SAKAI)
-rw-r--r--AUTHORS1
-rw-r--r--NEWS2
-rw-r--r--README4
-rw-r--r--man/virt-viewer.pod4
-rw-r--r--src/main.c2
5 files changed, 7 insertions, 6 deletions
diff --git a/AUTHORS b/AUTHORS
index 2ebb4be..dfd2ed2 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -8,6 +8,7 @@ The Virt Viewer application is written by
With additional patches from:
Chris Lalancette <clalance-at-redhat-dot-com>
+ Atsushi SAKAI <sakaia-at-jp-dot-fujitsu-dot-com>
...send patches to get your name here...
diff --git a/NEWS b/NEWS
index d6dce4a..abe6e91 100644
--- a/NEWS
+++ b/NEWS
@@ -6,7 +6,7 @@ August 28, 2008
- Support connecting to remote libvirt servers
- Support connecting to remote VNC consoles
- - Support tunnelling VNC over SSH
+ - Support tunneling VNC over SSH
- Support TLS x509 certificate credentials
August 15, 2007
diff --git a/README b/README
index 6900875..03b3059 100644
--- a/README
+++ b/README
@@ -8,12 +8,12 @@ as user demand dicatates. The viewer can connect directly
to both local and remotely hosted guest OS, optionally
using SSL/TLS encryption.
-Viewer Viewer uses the GTK-VNC widget to provide a display
+Virt Viewer uses the GTK-VNC widget to provide a display
of the VNC protocol. This is available from
http://gtk-vnc.sourceforge.net/
-Viewer Viewer uses libvirt to lookup information about the
+Virt Viewer uses libvirt to lookup information about the
guest OS display. This is available from
http://libvirt.org/
diff --git a/man/virt-viewer.pod b/man/virt-viewer.pod
index 1cac901..f3520db 100644
--- a/man/virt-viewer.pod
+++ b/man/virt-viewer.pod
@@ -76,7 +76,7 @@ then make a direct non-tunnelled connection of the console
=head1 AUTHOR
-Writen by Daniel P. Berrange, based on the GTK-VNC example program gvncviewer.
+Written by Daniel P. Berrange, based on the GTK-VNC example program gvncviewer.
=head1 BUGS
@@ -84,7 +84,7 @@ Report bugs to the mailing list C<http://www.redhat.com/mailman/listinfo/et-mgmt
=head1 COPYRIGHT
-Copright (C) 2007 Red Hat, Inc, and various contributors.
+Copyright (C) 2007 Red Hat, Inc, and various contributors.
This is free software. You may redistribute copies of it under the terms of the GNU General
Public License C<http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent
permitted by law.
diff --git a/src/main.c b/src/main.c
index eb3c531..1347e52 100644
--- a/src/main.c
+++ b/src/main.c
@@ -456,7 +456,7 @@ static void viewer_help(FILE *out, const char *app)
fprintf(out, "Options:");
fprintf(out, " -h, --help display command line help\n");
fprintf(out, " -v, --verbose display verbose information\n");
- fprintf(out, " -V, --version display verion informaton\n");
+ fprintf(out, " -V, --version display version information\n");
fprintf(out, " -d, --direct direct connection with no automatic tunnels\n");
fprintf(out, " -c URI, --connect URI connect to hypervisor URI\n");
fprintf(out, " -w, --wait wait for domain to start\n");