summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorOlle Jonsson <olle.jonsson@gmail.com>2022-02-02 13:20:16 +0100
committergit <svn-admin@ruby-lang.org>2022-02-02 21:21:47 +0900
commitd8c54bac4abd9ae42ac9d728cb4cbe1e101c7ad7 (patch)
treea6ab67c0e0179ab3771db6516f7ea1bfef86950d /lib
parent94687a68265fa400afb5308d5f7ed9a095fd5200 (diff)
[ruby/net-protocol] Fix typo in gem description [ci skip]
https://github.com/ruby/net-protocol/commit/35d7b08a54
Diffstat (limited to 'lib')
-rw-r--r--lib/net/net-protocol.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/net/net-protocol.gemspec b/lib/net/net-protocol.gemspec
index 0e126b9588..9da4d47bb6 100644
--- a/lib/net/net-protocol.gemspec
+++ b/lib/net/net-protocol.gemspec
@@ -13,8 +13,8 @@ Gem::Specification.new do |spec|
spec.authors = ["Yukihiro Matsumoto"]
spec.email = ["matz@ruby-lang.org"]
- spec.summary = %q{The abstruct interface for net-* client.}
- spec.description = %q{The abstruct interface for net-* client.}
+ spec.summary = %q{The abstract interface for net-* client.}
+ spec.description = %q{The abstract interface for net-* client.}
spec.homepage = "https://github.com/ruby/net-protocol"
spec.required_ruby_version = Gem::Requirement.new(">= 2.6.0")
spec.licenses = ["Ruby", "BSD-2-Clause"]