summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-22 22:12:12 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-22 22:12:12 +0000
commita9488d6e841ad96e341b6b4a77f09e5624cb6c5f (patch)
tree47723c5531b68c2310d01d70df23a1cc303801f4 /crawl-ref/source/files.cc
parentbe019eb2535917ecfc55179a36307f868c2c4c00 (diff)
downloadcrawl-ref-a9488d6e841ad96e341b6b4a77f09e5624cb6c5f.tar.gz
crawl-ref-a9488d6e841ad96e341b6b4a77f09e5624cb6c5f.zip
Typo fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9679 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/files.cc')
-rw-r--r--crawl-ref/source/files.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/files.cc b/crawl-ref/source/files.cc
index 55fb5f341c..88896db533 100644
--- a/crawl-ref/source/files.cc
+++ b/crawl-ref/source/files.cc
@@ -1038,7 +1038,7 @@ static void _do_lost_items(level_area_type old_level_type)
if (!is_valid_item(item))
continue;
- // Item is in player intentory, so it's not lost.
+ // Item is in player inventory, so it's not lost.
if (item.pos == coord_def(-1,-1))
continue;