Subject: [PATCH] Fix typos in manpages

[PATCH] Fix typos in manpages

From: Mikhail Gusarov <dottedmag_at_dottedmag.net>
Date: Mon, 19 May 2014 10:22:16 +0200

---
 docs/libssh2_base64_decode.3           | 2 +-
 docs/libssh2_channel_get_exit_status.3 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/libssh2_base64_decode.3 b/docs/libssh2_base64_decode.3
index 33e141c..932f03a 100644
--- a/docs/libssh2_base64_decode.3
+++ b/docs/libssh2_base64_decode.3
@@ -19,7 +19,7 @@ The returned buffer is allocated by this function, but it is not clear how to
 free that memory!
 .SH BUGS
 The memory that *dest points to is allocated by the malloc function libssh2
-uses, but there's no way for an appliction to free this data in a safe and
+uses, but there's no way for an application to free this data in a safe and
 reliable way!
 .SH RETURN VALUE
 0 if successful, \-1 if any error occurred.
diff --git a/docs/libssh2_channel_get_exit_status.3 b/docs/libssh2_channel_get_exit_status.3
index 08d5555..4a8c9e2 100644
--- a/docs/libssh2_channel_get_exit_status.3
+++ b/docs/libssh2_channel_get_exit_status.3
@@ -8,7 +8,7 @@ int
 libssh2_channel_get_exit_status(LIBSSH2_CHANNEL* channel)
 
 .SH DESCRIPTION
-\fIchannel\fP - Closed channel stream to retreive exit status from.
+\fIchannel\fP - Closed channel stream to retrieve exit status from.
 
 Returns the exit code raised by the process running on the remote host at 
 the other end of the named channel. Note that the exit status may not be 
-- 
2.0.0.rc2
_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
Received on 2014-05-19