diff --git a/client/src/cmdhf.c b/client/src/cmdhf.c index db456489e..7d462cb6b 100644 --- a/client/src/cmdhf.c +++ b/client/src/cmdhf.c @@ -57,7 +57,7 @@ static int usage_hf_search(void) { } static int usage_hf_sniff(void) { - PrintAndLogEx(NORMAL, "The high frequence sniffer will assign all available memory on device for sniffed data"); + PrintAndLogEx(NORMAL, "The high frequency sniffer will assign all available memory on device for sniffed data"); PrintAndLogEx(NORMAL, "Use " _YELLOW_("'data samples'")" command to download from device, and " _YELLOW_("'data plot'")" to look at it"); PrintAndLogEx(NORMAL, "Press button to quit the sniffing.\n"); PrintAndLogEx(NORMAL, "Usage: hf sniff "); @@ -357,7 +357,7 @@ static command_t CommandTable[] = { {"15", CmdHF15, AlwaysAvailable, "{ ISO15693 RFIDs... }"}, // {"cryptorf", CmdHFCryptoRF, AlwaysAvailable, "{ CryptoRF RFIDs... }"}, {"epa", CmdHFEPA, AlwaysAvailable, "{ German Identification Card... }"}, - {"felica", CmdHFFelica, AlwaysAvailable, "{ ISO18092 / Felica RFIDs... }"}, + {"felica", CmdHFFelica, AlwaysAvailable, "{ ISO18092 / FeliCa RFIDs... }"}, {"fido", CmdHFFido, AlwaysAvailable, "{ FIDO and FIDO2 authenticators... }"}, {"iclass", CmdHFiClass, AlwaysAvailable, "{ ICLASS RFIDs... }"}, {"legic", CmdHFLegic, AlwaysAvailable, "{ LEGIC RFIDs... }"}, diff --git a/client/src/cmdlf.c b/client/src/cmdlf.c index 32d4567c6..77dda02f1 100644 --- a/client/src/cmdlf.c +++ b/client/src/cmdlf.c @@ -113,7 +113,7 @@ static int usage_lf_read(void) { return PM3_SUCCESS; } static int usage_lf_sim(void) { - PrintAndLogEx(NORMAL, "Simulate low frequence tag from graphbuffer."); + PrintAndLogEx(NORMAL, "Simulate low frequency tag from graphbuffer."); PrintAndLogEx(NORMAL, "Usage: lf sim [h] "); PrintAndLogEx(NORMAL, "Options:"); PrintAndLogEx(NORMAL, " h This help"); @@ -126,7 +126,7 @@ static int usage_lf_sim(void) { return PM3_SUCCESS; } static int usage_lf_sniff(void) { - PrintAndLogEx(NORMAL, "Sniff low frequence signal."); + PrintAndLogEx(NORMAL, "Sniff low frequency signal."); PrintAndLogEx(NORMAL, "Usage: lf sniff [h] [q] [s #samples] [@]"); PrintAndLogEx(NORMAL, "Options:"); PrintAndLogEx(NORMAL, " h This help"); diff --git a/doc/bt_manual_v10.md b/doc/bt_manual_v10.md index 22db91322..bdc371250 100644 --- a/doc/bt_manual_v10.md +++ b/doc/bt_manual_v10.md @@ -269,7 +269,7 @@ See instructions above (method 1) for initial pairing. #### 5.3.1 Connecting rdv4.0 with Bluetooth on MacOS ^[Top](#top) -With MacOS Mojave 10.14.5 you could experience some continuosly disconnecting and difficult to recconnect the device at the system wakeup, to avoid this problem do a PRAM reset before to add your Proxmark3 RDV4 Blue Shark: +With MacOS Mojave 10.14.5 you could experience some continuously disconnecting and difficult to reconnect the device at the system wakeup, to avoid this problem do a PRAM reset before to add your Proxmark3 RDV4 Blue Shark: 1. Open a Terminal and execute this command: sudo rm -R /Library/Preferences/com.apple.Bluetooth.plist. 2. Shut down your Mac.