Skip to content

Commit

Permalink
Fix typo in frontend/device/generic/device.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
lgeek committed Mar 25, 2017
1 parent 00cf81f commit 6ff0167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/device/generic/device.lua
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ function Device:retrieveNetworkInfo()
if os.execute("ip r | grep -q default") == 0 then
local pingok = os.execute("ping -q -w 3 -c 2 `ip r | grep default | cut -d ' ' -f 3` > /dev/null")
if pingok == 0 then
result = result .. "Gateway ping successfull"
result = result .. "Gateway ping successful"
else
result = result .. "Gateway ping FAILED"
end
Expand Down

0 comments on commit 6ff0167

Please sign in to comment.