summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/describe.cc2
-rw-r--r--crawl-ref/source/player.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 6ea2a9edbc..e064ce3bf2 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -3334,7 +3334,7 @@ const char *divine_title[NUM_GODS][8] =
// Cheibriados -- slow theme
{"Unwound %s", "Timekeeper", "Righteous Timekeeper", "Chronographer",
- "Splendid Chronogrpaher", "Chronicler", "Eternal Chronicler", "Ticktocktomancer"}
+ "Splendid Chronographer", "Chronicler", "Eternal Chronicler", "Ticktocktomancer"}
};
static int _piety_level()
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index 689b69834a..92b30dc4bd 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -1832,7 +1832,7 @@ int player_movement_speed(void)
// ponderous brand
mv += 2 * player_equip_ego_type(EQ_ALL_ARMOUR, SPARM_PONDEROUSNESS);
-
+
// In the air, can fly fast (should be lightly burdened).
if (you.light_flight())
mv--;