summaryrefslogtreecommitdiff
path: root/lib/net/net-protocol.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'lib/net/net-protocol.gemspec')
-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"]