summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dgn-irregular-box.cc
diff options
context:
space:
mode:
authorChris Oelmueller <chris.oelmueller@gmail.com>2013-07-22 23:33:29 +0200
committerChris Campbell <chriscampbell89@gmail.com>2013-07-23 17:27:50 +0100
commit1e8a74ea0b0e105d33382862bf59a8313bd81fa0 (patch)
treecc43871811deaccbecb55794c39735d433aadac1 /crawl-ref/source/dgn-irregular-box.cc
parent925c3d30d6b0207b59945da8e90a9150620cd866 (diff)
downloadcrawl-ref-1e8a74ea0b0e105d33382862bf59a8313bd81fa0.tar.gz
crawl-ref-1e8a74ea0b0e105d33382862bf59a8313bd81fa0.zip
Fix lots of typos
Diffstat (limited to 'crawl-ref/source/dgn-irregular-box.cc')
-rw-r--r--crawl-ref/source/dgn-irregular-box.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/dgn-irregular-box.cc b/crawl-ref/source/dgn-irregular-box.cc
index a3114e9729..1d5d753e4a 100644
--- a/crawl-ref/source/dgn-irregular-box.cc
+++ b/crawl-ref/source/dgn-irregular-box.cc
@@ -365,7 +365,7 @@ static void _flood_fill(vector<vector<char> >& map, int start_x, int start_y,
// the specified glyphs. Only glyphs of the specified value
// are replaced.
//
-// The outside is not guarenteed to be conected we fill each
+// The outside is not guaranteed to be connected we fill each
// point on each edge inwards in a straight line until it hits
// something other than the glyph to replace (or the outside
// glyph from before). We made the irregularities by moving