Skip to content

Commit 7558ed2

Browse files
committed
Fix typos in Commander-API-Commands
1 parent bb28fb0 commit 7558ed2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Commander-API-Commands.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -385,11 +385,11 @@ void commander_wifiStat_func( char *args, Stream *response ){
385385
break;
386386

387387
case WIFI_MODE_AP:
388-
response -> println( "Acces Point" );
388+
response -> println( "Access Point" );
389389
break;
390390

391391
case WIFI_MODE_APSTA:
392-
response -> println( "Acces Point & Station" );
392+
response -> println( "Access Point & Station" );
393393
break;
394394

395395
#endif
@@ -401,11 +401,11 @@ void commander_wifiStat_func( char *args, Stream *response ){
401401
break;
402402

403403
case WIFI_AP:
404-
response -> println( "Acces Point" );
404+
response -> println( "Access Point" );
405405
break;
406406

407407
case WIFI_AP_STA:
408-
response -> println( "Acces Point & Station" );
408+
response -> println( "Access Point & Station" );
409409
break;
410410

411411
#endif
@@ -819,7 +819,7 @@ void commander_random_func( char *args, Stream *response ){
819819

820820
if( min >= max ){
821821

822-
response -> print( FF( "Argument erro! First argument is min, second is max!" ) );
822+
response -> print( FF( "Argument error! First argument is min, second is max!" ) );
823823

824824
return;
825825

0 commit comments

Comments
 (0)