summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-15 17:18:51 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-15 17:18:51 +0000
commit51c7e2c369072494e08953d57b1f5421c4638934 (patch)
treef9db6eb0d0dd6ab895972763b9248a7b414a227a /crawl-ref/source/newgame.cc
parentb49960b206a4c0fc9730c4f19ac502ee6db392bb (diff)
downloadcrawl-ref-51c7e2c369072494e08953d57b1f5421c4638934.tar.gz
crawl-ref-51c7e2c369072494e08953d57b1f5421c4638934.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9502 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/newgame.cc')
-rw-r--r--crawl-ref/source/newgame.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index 79e81ef394..2e3e011f31 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -3445,7 +3445,7 @@ static void _make_rod(item_def &item, stave_type rod_type, int ncharges)
}
// Creates an item of a given base and sub type.
-// replacement is used when handing out armour that is not be wearable for
+// replacement is used when handing out armour that is not wearable for
// some species; otherwise use -1.
static void _newgame_make_item(int slot, equipment_type eqslot,
object_class_type base,