Skip to content

Commit

Permalink
wording tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
glynhudson committed Jun 13, 2017
1 parent bdd10aa commit a1f3b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wifi.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function wifilog()
$result = ""; foreach($out as $line) $result .= $line."\n";
return $result;
}
return "Error: Cannot find ~/emonpi/wifiap/networklog.sh, please update emonPi";
return "Error: Cannot find ~/emonpi/wifiap/networklog.sh";
}

public function scan()
Expand Down

0 comments on commit a1f3b52

Please sign in to comment.