summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-07 07:08:01 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-07 07:08:01 +0000
commitee19f1ad5c1a6bd5589fa76f42f8dc28d8dda844 (patch)
treeff5f5d0bc37a28f9a332a1903ff9a36d78a62af7 /crawl-ref/source/describe.cc
parent37d418957ce613334863f491212198567ff1cd57 (diff)
downloadcrawl-ref-ee19f1ad5c1a6bd5589fa76f42f8dc28d8dda844.tar.gz
crawl-ref-ee19f1ad5c1a6bd5589fa76f42f8dc28d8dda844.zip
Add still more whitespace and comment fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3016 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 14a7244cec..c2765db928 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -1864,7 +1864,7 @@ std::string get_item_description( const item_def &item, bool verbose,
{
// Get rid of newline at end of description, so that
// either the wand "no charges left" or the meat chunk
- // "unpleasent" description can follow on the same line.
+ // "unpleasant" description can follow on the same line.
description.seekp(description.tellp() - (std::streamoff)1);
description << " ";
}