diff options
author | David RodrÃguez <[email protected]> | 2023-12-14 14:20:18 +0100 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-12-25 21:12:49 +0900 |
commit | df941aa90dd2dd778224fdd60fc0f024a8f43f99 (patch) | |
tree | a3389836f3baf7903f8b845fab87b96a51d355d5 | |
parent | 5384e5dfde49e403e5e08c6ea2e958ffa5889ae6 (diff) |
[ruby/resolv] Fix typo
https://github.com/ruby/resolv/commit/5dfdcfb7c7
-rw-r--r-- | lib/resolv.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/resolv.rb b/lib/resolv.rb index 57fd173750..d878d3831b 100644 --- a/lib/resolv.rb +++ b/lib/resolv.rb @@ -2771,7 +2771,7 @@ class Resolv attr_reader :target ## - # The service paramters for the target host. + # The service parameters for the target host. attr_reader :params |