Skip to content

Commit 4f7950f

Browse files
authored
Merge pull request #45 from NomDeTom/patch-1
Correct spelling
2 parents c2f1890 + 3baf535 commit 4f7950f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cores/portduino/Arduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ inline pin_size_t digitalPinToInterrupt(pin_size_t pinNumber) { return pinNumber
3838
*/
3939
extern void portduinoSetup();
4040

41-
/** Apps can optionally define this function to do *very* early app init. typically you should just use it to call porduinoAddArguments()
41+
/** Apps can optionally define this function to do *very* early app init. typically you should just use it to call portduinoAddArguments()
4242
*/
4343
extern void portduinoCustomInit();
4444

cores/portduino/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ void __attribute__((weak)) portduinoCustomInit() {}
3939
const char *argp_program_version = "portduino 0.1.0";
4040
const char *argp_program_bug_address =
4141
"https://github.com/meshtastic/Meshtastic-device";
42-
static char doc[] = "An application written with porduino";
42+
static char doc[] = "An application written with portduino";
4343
static char args_doc[] = "...";
4444

4545
static struct argp_option options[] = {

0 commit comments

Comments
 (0)