summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/worley.h
diff options
context:
space:
mode:
authorPete Hurst <pete@streamuniverse.tv>2013-06-25 20:10:19 +0100
committerPete Hurst <pete@streamuniverse.tv>2013-06-25 20:10:19 +0100
commit616bb865444203ac0e4e7330456add8776d4c66c (patch)
tree184e6e64637acd3435daf54351f6e3032b025696 /crawl-ref/source/worley.h
parenta1e108d6b5d38e0e2b3a77641ad5d180c1128c9c (diff)
downloadcrawl-ref-616bb865444203ac0e4e7330456add8776d4c66c.tar.gz
crawl-ref-616bb865444203ac0e4e7330456add8776d4c66c.zip
Consistent spelling of artefact
Diffstat (limited to 'crawl-ref/source/worley.h')
-rw-r--r--crawl-ref/source/worley.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/worley.h b/crawl-ref/source/worley.h
index 690455e545..e872b4d4e0 100644
--- a/crawl-ref/source/worley.h
+++ b/crawl-ref/source/worley.h
@@ -54,7 +54,7 @@
patterns.
This implementation is tuned for speed in a way that any order > 5
- will likely have discontinuous artifacts in its computation of F5+.
+ will likely have discontinuous artefacts in its computation of F5+.
This can be fixed by increasing the internal points-per-cube
density in the source code, at the expense of slower
computation. The book lists the details of this tuning. */