Skip to content

Commit 640a184

Browse files
EdwardBettsfacchinm
authored andcommitted
Correct a spelling mistake.
1 parent d52cb5d commit 640a184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utility/Adafruit_GFX.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ void Adafruit_GFX::fillCircleHelper(int16_t x0, int16_t y0, int16_t r,
160160
}
161161
}
162162

163-
// Bresenham's algorithm - thx wikpedia
163+
// Bresenham's algorithm - thx wikipedia
164164
void Adafruit_GFX::drawLine(int16_t x0, int16_t y0,
165165
int16_t x1, int16_t y1,
166166
uint16_t color)

0 commit comments

Comments
 (0)