[前][次][番号順一覧][スレッド一覧]

ruby-changes:60914

From: Kazuhiro <ko1@a...>
Date: Mon, 27 Apr 2020 00:55:06 +0900 (JST)
Subject: [ruby-changes:60914] 6560ff6e36 (master): Fix a typo [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=6560ff6e36

From 6560ff6e36f3d9811a0457ab8bae2199c2fe082e Mon Sep 17 00:00:00 2001
From: Kazuhiro NISHIYAMA <zn@m...>
Date: Mon, 27 Apr 2020 00:54:16 +0900
Subject: Fix a typo [ci skip]


diff --git a/ext/socket/raddrinfo.c b/ext/socket/raddrinfo.c
index 9ec2fdc..079f66d 100644
--- a/ext/socket/raddrinfo.c
+++ b/ext/socket/raddrinfo.c
@@ -1913,7 +1913,7 @@ addrinfo_to_sockaddr(VALUE self) https://github.com/ruby/ruby/blob/trunk/ext/socket/raddrinfo.c#L1913
  * call-seq:
  *   addrinfo.canonname => string or nil
  *
- * returns the canonical name as an string.
+ * returns the canonical name as a string.
  *
  * nil is returned if no canonical name.
  *
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]