osGetWifiStrength: Fix typo in os.h

This commit is contained in:
Juan Antonio Sauceda 2020-08-02 18:23:12 -05:00 committed by fincs
parent d085de370e
commit 3cefb61d91

View File

@ -279,7 +279,7 @@ double osTickCounterRead(const TickCounter* cnt);
* @return The current Wifi signal strength.
*
* Valid values are 0-3:
* - 0 means the singal strength is terrible or the 3DS is disconnected from
* - 0 means the signal strength is terrible or the 3DS is disconnected from
* all networks.
* - 1 means the signal strength is bad.
* - 2 means the signal strength is decent.