Fix typo in comments

This commit is contained in:
dnc40085 2015-05-09 17:29:33 -07:00
parent 91d5abbcb1
commit bdda245a82
1 changed files with 1 additions and 1 deletions

View File

@ -501,7 +501,7 @@ static int wifi_station_getrssi( lua_State* L )
config.bssid = sta_conf.bssid;
}
}
else //STATION is NOT configured to connnect to a specific
else //STATION is NOT configured to connect to a specific AP
{
config.bssid = NULL;
}