aboutsummaryrefslogtreecommitdiff
path: root/backends/PalmOS/Src/app.cpp
diff options
context:
space:
mode:
authorJoost Peters2005-02-09 12:17:34 +0000
committerJoost Peters2005-02-09 12:17:34 +0000
commita13e8a98ff506c100b014ccf7e4b077012c94b50 (patch)
treeb593fa4b474ae8ab19db1f1734916d291544eba9 /backends/PalmOS/Src/app.cpp
parent0da123d601a4803f90032ee429914622e4dcefe0 (diff)
downloadscummvm-rg350-a13e8a98ff506c100b014ccf7e4b077012c94b50.tar.gz
scummvm-rg350-a13e8a98ff506c100b014ccf7e4b077012c94b50.tar.bz2
scummvm-rg350-a13e8a98ff506c100b014ccf7e4b077012c94b50.zip
spelling
svn-id: r16762
Diffstat (limited to 'backends/PalmOS/Src/app.cpp')
-rw-r--r--backends/PalmOS/Src/app.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/backends/PalmOS/Src/app.cpp b/backends/PalmOS/Src/app.cpp
index 6f76946246..de6d91ac32 100644
--- a/backends/PalmOS/Src/app.cpp
+++ b/backends/PalmOS/Src/app.cpp
@@ -137,7 +137,7 @@ static void AppStopMathLib() {
}
// Set the screen pitch for direct screen access
-// avaliable only before a game start
+// available only before a game start
void WinScreenGetPitch() {
if (OPTIONS_TST(kOptModeHiDensity)) {
WinScreenGetAttribute(winScreenRowBytes, &(gVars->screenPitch));
@@ -381,8 +381,8 @@ Err AppStart(void) {
GamImportDatabase();
AppStartCheckScreenSize();
- AppStartCheckNotify(); // not fatal error if not avalaible
- AppStartSetMemory(); // set memory required by the differents engines
+ AppStartCheckNotify(); // not fatal error if not available
+ AppStartSetMemory(); // set memory required by the different engines
// force ARM option if bDirectMode
if (!error)