summaryrefslogtreecommitdiff
path: root/src/drivers/Darwin
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-08-26 16:10:02 +0200
committerMatthias Melcher <github@matthiasm.com>2023-08-26 16:10:02 +0200
commit3ed43363cd77542c2fbc41aed173d6dd3296a4a2 (patch)
tree32e14a3e059741c3d76cfe23539321dd9162b094 /src/drivers/Darwin
parent94a75b012f3557687574df6533296c1a4ef51b3e (diff)
FLUID: fixes file path calculation bug
Diffstat (limited to 'src/drivers/Darwin')
-rw-r--r--src/drivers/Darwin/Fl_Darwin_System_Driver.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/Darwin/Fl_Darwin_System_Driver.cxx b/src/drivers/Darwin/Fl_Darwin_System_Driver.cxx
index aa5ccbe0a..c44ba34c1 100644
--- a/src/drivers/Darwin/Fl_Darwin_System_Driver.cxx
+++ b/src/drivers/Darwin/Fl_Darwin_System_Driver.cxx
@@ -263,11 +263,11 @@ const char *Fl_Darwin_System_Driver::filename_name( const char *name )
// original pointer.
//
// Most X11 implementations seem to default to Latin-1 as a code since it
-// is a superset of ISO 8859-1, the original wetsern codepage on X11.
+// is a superset of ISO 8859-1, the original Western codepage on X11.
//
// Apple's OS X however renders text in MacRoman for western settings. The
// lookup tables below will convert all common character codes and replace
-// unknown characters with an upsidedown question mark.
+// unknown characters with an upside-down question mark.
// This table converts Windows-1252/Latin 1 into MacRoman encoding
static uchar latin2roman[128] = {