Skip to content

Commit f0d1657

Browse files
author
Fahad
committed
Spelling correction
1 parent e98e0f5 commit f0d1657

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Stepper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ void Stepper::stepMotor(int thisStep)
378378

379379
/*
380380
* Allow powering down all coils after stepping,
381-
* to reduce heat, power and allow manuall rotation.
381+
* to reduce heat, power and allow manual rotation.
382382
*/
383383
void Stepper::idelAfterStep(bool idle)
384384
{

src/Stepper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class Stepper {
9696
// mover method:
9797
void step(int number_of_steps);
9898

99-
// Power down all coils after stepping, to reduce heat, power and allow manuall rotation.
99+
// Power down all coils after stepping, to reduce heat, power and allow manual rotation.
100100
void idelAfterStep(bool idle);
101101

102102
int version(void);

0 commit comments

Comments
 (0)