diff options
author | Matthew Hoops | 2011-05-25 10:31:37 -0400 |
---|---|---|
committer | Matthew Hoops | 2011-05-25 10:50:46 -0400 |
commit | eea482fa4304cab0e23ca4abffdec3651e45f01d (patch) | |
tree | d055b816a6f2bd52ec9c4ee6ea2d49d743e95b63 /graphics/palette.h | |
parent | 1277975c6685d13a05a2e77dc5f5604f3a4620bf (diff) | |
download | scummvm-rg350-eea482fa4304cab0e23ca4abffdec3651e45f01d.tar.gz scummvm-rg350-eea482fa4304cab0e23ca4abffdec3651e45f01d.tar.bz2 scummvm-rg350-eea482fa4304cab0e23ca4abffdec3651e45f01d.zip |
ALL: behaviour -> behavior
Diffstat (limited to 'graphics/palette.h')
-rw-r--r-- | graphics/palette.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/palette.h b/graphics/palette.h index 7eedb0f78d..77891c3fdc 100644 --- a/graphics/palette.h +++ b/graphics/palette.h @@ -55,7 +55,7 @@ public: * @param start the first palette entry to be updated * @param num the number of palette entries to be updated * - * @note It is an error if start+num exceeds 256, behaviour is undefined + * @note It is an error if start+num exceeds 256, behavior is undefined * in that case (the backend may ignore it silently or assert). * @note It is an error if this function gets called when the pixel format * in use (the return value of getScreenFormat) has more than one |