From 3a69679a71eda178acc364033d571425039cb984 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Tue, 14 Oct 2014 19:35:35 -0400 Subject: [PATCH] V0.2.1b: spelling + syntax errors --- .../shatteredpixeldungeon/windows/WndSadGhost.java | 4 ++-- .../shatteredpixeldungeon/windows/WndStory.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndSadGhost.java b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndSadGhost.java index 836d4d9d0..a08f219db 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndSadGhost.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndSadGhost.java @@ -33,7 +33,7 @@ import com.shatteredpixel.shatteredpixeldungeon.utils.GLog; public class WndSadGhost extends Window { private static final String TXT_RAT = - "Thank you, that horrid rad is slain and I can finally rest..." + + "Thank you, that horrid rat is slain and I can finally rest..." + "I wonder what twisted magic created such a foul creature...\n\n"; private static final String TXT_GNOLL = "Thank you, that scheming gnoll is slain and I can finally rest..." + @@ -62,7 +62,7 @@ public class WndSadGhost extends Window { BitmapTextMultiline message; switch (type){ case 1:default: - titlebar.icon( new FetidRatSprite(). ); + titlebar.icon( new FetidRatSprite() ); titlebar.label( "DEFEATED FETID RAT" ); message = PixelScene.createMultiline( TXT_RAT+TXT_GIVEITEM, 6 ); break; diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndStory.java b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndStory.java index ea8bf12b2..29408c314 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndStory.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndStory.java @@ -49,7 +49,7 @@ public class WndStory extends Window { "The Dungeon lies right beneath the City, its upper levels actually constitute the City's sewer system.\n\n " + "As dark energy has crept up from below the usually harmless sewer creatures have become more and more " + "dangerous. The city sends guard patrols down here to try and maintain safety for those above, but " + - "they are slowly failing.\n\n This place is dangerous, but a least the evil magic at work here is weak." ); + "they are slowly failing.\n\n This place is dangerous, but at least the evil magic at work here is weak." ); CHAPTERS.put( ID_PRISON, "Many years ago an underground prison was built here for the most dangerous criminals. At the time it seemed " +