From 3cefb61d91ea9caec8f048998cb622703235fd14 Mon Sep 17 00:00:00 2001 From: Juan Antonio Sauceda Date: Sun, 2 Aug 2020 18:23:12 -0500 Subject: [PATCH] osGetWifiStrength: Fix typo in os.h --- libctru/include/3ds/os.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libctru/include/3ds/os.h b/libctru/include/3ds/os.h index 1b7dc0e..182fa1d 100644 --- a/libctru/include/3ds/os.h +++ b/libctru/include/3ds/os.h @@ -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.