summaryrefslogtreecommitdiff
path: root/src/drivers
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2016-04-16 02:00:21 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2016-04-16 02:00:21 +0000
commit95052a4662b860c5c36daa159187c308237bedab (patch)
tree51daa9621dfc8c0f4b4c7909c46589195056670f /src/drivers
parentf3a0f4efc3f107c8ede97f07ccc9304bc33b3d08 (diff)
Fix typos in comments.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11624 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/Pico/Fl_Pico_Graphics_Driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/Pico/Fl_Pico_Graphics_Driver.cxx b/src/drivers/Pico/Fl_Pico_Graphics_Driver.cxx
index 1bbf6b4eb..f2db61ac5 100644
--- a/src/drivers/Pico/Fl_Pico_Graphics_Driver.cxx
+++ b/src/drivers/Pico/Fl_Pico_Graphics_Driver.cxx
@@ -31,7 +31,7 @@ void fl_rectf(int x, int y, int w, int h, uchar r, uchar g, uchar b) {
void Fl_Pico_Graphics_Driver::point(int x, int y)
{
- // This is the one methods that *must* be overiden in the final driver
+ // This is the one method that *must* be overridden in the final driver
// class. All other methods can be derived from this one method. The
// result should work, but will be slow and inefficient.
}