summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-book.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-book.cc')
-rw-r--r--crawl-ref/source/spl-book.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spl-book.cc b/crawl-ref/source/spl-book.cc
index 5d97c6d4d8..89905a420a 100644
--- a/crawl-ref/source/spl-book.cc
+++ b/crawl-ref/source/spl-book.cc
@@ -2037,8 +2037,8 @@ bool make_book_level_randart(item_def &book, int level, int num_spells,
static bool _get_weighted_discs(bool completely_random, god_type god,
int &disc1, int &disc2)
{
- // Eliminate disciplines that the god disapproves of or from which
- // all spells are discarded.
+ // Eliminate disciplines that the god dislikes or from which all
+ // spells are discarded.
std::vector<int> ok_discs;
std::vector<int> skills;
for (int i = 0; i < SPTYP_LAST_EXPONENT; i++)