summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libgui.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-04 17:32:32 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-04 17:32:32 +0000
commita51373bd73dcf4a99fa895ad24508ce5af2d426a (patch)
treeb0ad22328552f499a0936ffd82b78bea5110335d /crawl-ref/source/libgui.cc
parentc26c1d03ff6321bf0f392acc36117ddbe0aed622 (diff)
downloadcrawl-ref-a51373bd73dcf4a99fa895ad24508ce5af2d426a.tar.gz
crawl-ref-a51373bd73dcf4a99fa895ad24508ce5af2d426a.zip
Add punctuation fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10094 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/libgui.cc')
-rw-r--r--crawl-ref/source/libgui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/libgui.cc b/crawl-ref/source/libgui.cc
index 0bb75f5b96..f199d7193d 100644
--- a/crawl-ref/source/libgui.cc
+++ b/crawl-ref/source/libgui.cc
@@ -194,7 +194,7 @@ void get_input_line_gui(char *const buff, int len)
k = prev;
break;
- // Escape conversion. (for ^H, etc)
+ // Escape conversion. (for ^H, etc.)
case CONTROL('V'):
kin = getch();
// fallthrough