diff options
Diffstat (limited to 'lib/custodian')
-rw-r--r-- | lib/custodian/alerter.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/alerter.rb b/lib/custodian/alerter.rb index 30255f4..6ac4fe5 100644 --- a/lib/custodian/alerter.rb +++ b/lib/custodian/alerter.rb @@ -28,7 +28,7 @@ class Alerter # - # Resolve an IP address + # Return the reverse DNS for the specified IP address, nil on failure. # def resolve_ip( target ) resolved = nil |