summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tags.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-09-23 21:50:33 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-09-23 21:50:33 -0500
commitb0ed14492f4344a3c3247fdc206fad74a2973bfe (patch)
tree6521cddd673638b367a3f5f3677c12fca9686bfc /crawl-ref/source/tags.cc
parentb8e97166ca3207b75e437f852679c8c4b8e75b6c (diff)
downloadcrawl-ref-b0ed14492f4344a3c3247fdc206fad74a2973bfe.tar.gz
crawl-ref-b0ed14492f4344a3c3247fdc206fad74a2973bfe.zip
Add spelling fixes.
Diffstat (limited to 'crawl-ref/source/tags.cc')
-rw-r--r--crawl-ref/source/tags.cc7
1 files changed, 4 insertions, 3 deletions
diff --git a/crawl-ref/source/tags.cc b/crawl-ref/source/tags.cc
index c60de53eec..4f2e0214f3 100644
--- a/crawl-ref/source/tags.cc
+++ b/crawl-ref/source/tags.cc
@@ -746,11 +746,12 @@ tag_type tag_read(FILE *fp, char minorVersion)
// Older savefiles might want to call this to get a tag properly
-// initialized if it wasn't part of the savefile.
-// For now, none are supported.
+// initialised if it wasn't part of the savefile. For now, none are
+// supported.
// This function will be called AFTER all other tags for the savefile
-// are read, so everything that can be initialized should have been by now.
+// are read, so everything that can be initialised should have been by
+// now.
// minorVersion is available for any child functions that need it
// (currently none).