kgio RubyGem user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
From: "Iñaki Baz Castillo" <ibc@aliax.net>
To: kgio@librelist.com
Subject: [kgio] [PATCH] Fixed some typos in Kgio::SSLConnector  documentation (by Iñaki Baz Castillo <ibc@aliax.ne t>).
Date: Tue, 10 Apr 2012 23:45:25 +0200	[thread overview]
Message-ID: <1334094325-10777-1-git-send-email-ibc@aliax.net> (raw)
In-Reply-To: <1334094325-10777-1-git-send-email-ibc@aliax.net>

---
 ext/kgio_monkey/kgio_monkey.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ext/kgio_monkey/kgio_monkey.c b/ext/kgio_monkey/kgio_monkey.c
index 75ff5bd..56e8fad 100644
--- a/ext/kgio_monkey/kgio_monkey.c
+++ b/ext/kgio_monkey/kgio_monkey.c
@@ -907,7 +907,7 @@ static VALUE conn_trysendfile(int argc, VALUE *argv, VALUE self)
  * call-seq:
  *	Kgio::SSLConnector.new(io, ssl_ctx, hostname, session = nil)
  *
- * Initializes and SSL/TLS client socket.  Like Kgio::SSL.new, except
+ * Initializes an SSL/TLS client socket.  Like Kgio::SSL.new, except
  * +hostname+ is required for verification and +session+ may be specified
  * as an OpenSSL::SSL::Session object.
  */
@@ -997,7 +997,7 @@ void Init_kgio_monkey_ext(void)
 	 * Document-class: Kgio::SSLConnector
 	 *
 	 * Like Kgio::SSL, but for SSL/TLS clients that connect to
-	 * clients, not SSL/TLS servers.
+	 * servers, not for SSL/TLS servers.
 	 */
 	cConnector = rb_define_class_under(mKgio, "SSLConnector", cKgioSSL);
 	rb_define_alloc_func(cKgioSSL, ssl_alloc);
-- 
1.7.5.4



       reply	other threads:[~2012-04-10 21:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-10 21:45 Iñaki Baz Castillo [this message]
2012-04-11 19:48 ` [PATCH] Fixed some typos in Kgio::SSLConnector documentation Eric Wong
2012-04-11 20:09   ` Iñaki Baz Castillo
2012-04-11 20:18     ` Eric Wong
2012-04-11 20:36       ` Iñaki Baz Castillo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://yhbt.net/kgio/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1334094325-10777-1-git-send-email-ibc@aliax.net \
    --to=ibc@aliax.net \
    --cc=kgio@librelist.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://yhbt.net/kgio.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).