summaryrefslogtreecommitdiff
path: root/src/skills.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2013-12-14 10:31:53 +0100
committerBardur Arantsson <bardur@scientician.net>2014-06-26 06:57:53 +0200
commit27b26f3940a589d8df800254b66de87f75b28758 (patch)
treed59079294c0056e2baaaee9eed418d5e00377072 /src/skills.cc
parentca71ccff098e4eec97480d2a08773a06629cc66e (diff)
Fix a typo in article author's name
Diffstat (limited to 'src/skills.cc')
-rw-r--r--src/skills.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/skills.cc b/src/skills.cc
index 6fefd84f..27741dc5 100644
--- a/src/skills.cc
+++ b/src/skills.cc
@@ -1241,7 +1241,7 @@ void init_skill(s32b value, s32b mod, int i)
/*
* Perform weighted random shuffle according to the algorithm given in
- * "Weighted Random Sampling" (2005, Eframidis, Spirakis).
+ * "Weighted Random Sampling" (2005, Efraimidis, Spirakis).
*
* @param weights is the vector of weights.
* @return an output vector of the same size as the input weights vector containing,