summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-20 15:17:18 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-20 15:17:18 +0000
commitb184952d37ef761e55a1035025da0288b5c21cf0 (patch)
tree1205db1811da377e5d5fd1ff51852746224be5fc /crawl-ref/source/player.cc
parent79f52ea00fb1db5147c83fdb7bad4cb5d331530f (diff)
downloadcrawl-ref-b184952d37ef761e55a1035025da0288b5c21cf0.tar.gz
crawl-ref-b184952d37ef761e55a1035025da0288b5c21cf0.zip
Add minor comment typo fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3309 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index be4301c440..320cce9ef6 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -681,7 +681,7 @@ int get_player_wielded_weapon()
return (player_weapon_wielded()? get_player_wielded_item() : -1);
}
-// Looks in equipment "slot" to see if there is an equiped "sub_type".
+// Looks in equipment "slot" to see if there is an equipped "sub_type".
// Returns number of matches (in the case of rings, both are checked)
int player_equip( equipment_type slot, int sub_type, bool calc_unid )
{
@@ -776,7 +776,7 @@ int player_equip( equipment_type slot, int sub_type, bool calc_unid )
}
-// Looks in equipment "slot" to see if equiped item has "special" ego-type
+// Looks in equipment "slot" to see if equipped item has "special" ego-type
// Returns number of matches (jewellery returns zero -- no ego type).
// [ds] There's no equivalent of calc_unid or req_id because as of now, weapons
// and armour type-id on wield/wear.