diff options
Diffstat (limited to 'dw/platform.hh')
-rw-r--r-- | dw/platform.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dw/platform.hh b/dw/platform.hh index e1aec83c..144f5d5f 100644 --- a/dw/platform.hh +++ b/dw/platform.hh @@ -48,7 +48,7 @@ public: /* * ----------------------------------- - * Platform dependant properties + * Platform dependent properties * ----------------------------------- */ @@ -105,10 +105,10 @@ public: */ /** - * \brief Create a (platform dependant) font. + * \brief Create a (platform dependent) font. * * Typically, within a platform, a sub class of dw::core::style::Font - * is defined, which holds more platform dependant data. + * is defined, which holds more platform dependent data. * * Also, this method must fill the attributes "font" (when needed), * "ascent", "descent", "spaceSidth" and "xHeight". If "tryEverything" |