diff options
author | Torbjörn Andersson | 2004-03-16 08:24:58 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2004-03-16 08:24:58 +0000 |
commit | 4a6b57f295db3723e54f498aed4577f8b689e46c (patch) | |
tree | 42e5e9bc1033bc6cf6ce8361440f959b32e19a0e | |
parent | d3826bfe79aba3bc3978bf4ac334d615c3fc0e28 (diff) | |
download | scummvm-rg350-4a6b57f295db3723e54f498aed4577f8b689e46c.tar.gz scummvm-rg350-4a6b57f295db3723e54f498aed4577f8b689e46c.tar.bz2 scummvm-rg350-4a6b57f295db3723e54f498aed4577f8b689e46c.zip |
Fixed typo.
svn-id: r13316
-rw-r--r-- | common/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h index e35a28889f..73e89155ab 100644 --- a/common/system.h +++ b/common/system.h @@ -209,7 +209,7 @@ public: * * This is the resolution for which the client code generates data; * this is not necessarily equal to the actual display size. For example, - * a backend my magnify the graphics to fit on screen (see also the + * a backend may magnify the graphics to fit on screen (see also the * GraphicsMode); stretch the data to perform aspect ratio correction; * or shrink it to fit on small screens (in cell phones). * |