Skip to content

Commit

Permalink
Fixed a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Aug 20, 2015
1 parent 6784d17 commit b69c781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/spf-query
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ARGV.each do |arg|
puts "____________________________\n"
puts "SPF record search for #{arg}"

if (spf = SPFParse::Record.query(arg))
if (spf = SPF::Query::Record.query(arg))
puts " - found SPF record for #{arg}"
puts " v=#{spf.version}"

Expand Down

0 comments on commit b69c781

Please sign in to comment.