diff options
| author | Steve Kemp <steve@steve.org.uk> | 2012-11-20 09:49:23 +0000 | 
|---|---|---|
| committer | Steve Kemp <steve@steve.org.uk> | 2012-11-20 09:49:23 +0000 | 
| commit | 2469580ace3f70eddb15d400bba8ce801ea4dbec (patch) | |
| tree | 96c6e235b58f8505ab8e587478e714a05df27a11 | |
| parent | 5129fd2644fc4b3f8b81822c763cc849c465ba7a (diff) | |
  Updated comments.
| -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 | 
