summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlle Jonsson <[email protected]>2022-02-02 13:20:16 +0100
committergit <[email protected]>2022-02-02 21:21:47 +0900
commitd8c54bac4abd9ae42ac9d728cb4cbe1e101c7ad7 (patch)
treea6ab67c0e0179ab3771db6516f7ea1bfef86950d
parent94687a68265fa400afb5308d5f7ed9a095fd5200 (diff)
[ruby/net-protocol] Fix typo in gem description [ci skip]
https://github.com/ruby/net-protocol/commit/35d7b08a54
-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 = ["[email protected]"]
- 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"]