diff options
| author | Jonathan Gray | 2003-11-07 02:51:08 +0000 |
|---|---|---|
| committer | Jonathan Gray | 2003-11-07 02:51:08 +0000 |
| commit | 8ce682d330741dac2a2aabc938d1b5163359e4aa (patch) | |
| tree | 457456c6090b45b2e5121578f941ed950aedd742 /backends | |
| parent | b2e9b73c4c2a1ed86fffd8fd613d6db59d88e034 (diff) | |
| download | scummvm-rg350-8ce682d330741dac2a2aabc938d1b5163359e4aa.tar.gz scummvm-rg350-8ce682d330741dac2a2aabc938d1b5163359e4aa.tar.bz2 scummvm-rg350-8ce682d330741dac2a2aabc938d1b5163359e4aa.zip | |
spelling fixes
svn-id: r11181
Diffstat (limited to 'backends')
| -rw-r--r-- | backends/dc/display.cpp | 2 | ||||
| -rw-r--r-- | backends/fs/fs.h | 2 | ||||
| -rw-r--r-- | backends/gp32/gp32.cpp | 2 | ||||
| -rw-r--r-- | backends/x11/x11.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/backends/dc/display.cpp b/backends/dc/display.cpp index 77ad6dda70..be49b9d9e1 100644 --- a/backends/dc/display.cpp +++ b/backends/dc/display.cpp @@ -223,7 +223,7 @@ void OSystem_Dreamcast::move_screen(int dx, int dy, int height) { } } else { // free movement - // not neccessary for now + // not necessary for now } _screen_dirty = true; diff --git a/backends/fs/fs.h b/backends/fs/fs.h index f9dbd80679..7bc0fa87b1 100644 --- a/backends/fs/fs.h +++ b/backends/fs/fs.h @@ -103,7 +103,7 @@ public: virtual String displayName() const = 0; /** - * Is this node valid (i.e. refering to an actual FS object)? + * Is this node valid (i.e. referring to an actual FS object)? */ virtual bool isValid() const = 0; diff --git a/backends/gp32/gp32.cpp b/backends/gp32/gp32.cpp index fabd2e37e8..88527fef32 100644 --- a/backends/gp32/gp32.cpp +++ b/backends/gp32/gp32.cpp @@ -383,7 +383,7 @@ void OSystem_GP32::move_screen(int dx, int dy, int height) { } } else { // free movement - // not neccessary for now + // not necessary for now } } diff --git a/backends/x11/x11.cpp b/backends/x11/x11.cpp index e8a73321a3..1199ce401a 100644 --- a/backends/x11/x11.cpp +++ b/backends/x11/x11.cpp @@ -546,7 +546,7 @@ void OSystem_X11::move_screen(int dx, int dy, int height) { } } else { // free movement - // not neccessary for now + // not necessary for now } } |
