Skip to content

Commit

Permalink
hmm spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nielspeter committed Dec 8, 2009
1 parent e524610 commit 42f4fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Weather.groovy
Expand Up @@ -13,7 +13,7 @@ def temp = rss.channel.item[yweather.condition].@temp[0]

// if cold - icy roads - prowl me
if (Integer.parseInt(temp) < 2) {
def result = Prowl.add("your_api_key", "Weather", "Varning", "Icy roads. The current temperature is ${temp}", 1)
def result = Prowl.add("your_api_key", "Weather", "Warning!", "Icy roads. The current temperature is ${temp}", 1)

if (result.success)
println "Prowl sendt!"
Expand Down

0 comments on commit 42f4fa7

Please sign in to comment.