From b184952d37ef761e55a1035025da0288b5c21cf0 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 20 Jan 2008 15:17:18 +0000 Subject: Add minor comment typo fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3309 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/player.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/player.cc') 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. -- cgit v1.2.3-54-g00ecf