summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Preferences.cxx2
-rw-r--r--src/drivers/Pico/Fl_Pico_Graphics_Driver.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_Preferences.cxx b/src/Fl_Preferences.cxx
index 5a3fef064..8ee9ab190 100644
--- a/src/Fl_Preferences.cxx
+++ b/src/Fl_Preferences.cxx
@@ -1484,7 +1484,7 @@ void Fl_Plugin_Manager::removePlugin(Fl_Preferences::ID id) {
* them to the database.
*/
int Fl_Plugin_Manager::load(const char *filename) {
- // the functions below will autmaticaly load plugins that are defined:
+ // the functions below will automatically load plugins that are defined:
// Fl_My_Plugin plugin();
void *dl = Fl::system_driver()->dlopen(filename);
// There is no way of unloading a plugin!
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.
}