From 4f24bddbe01ad958f1dd874d1b9c72bc627628ae Mon Sep 17 00:00:00 2001 From: dolorous Date: Fri, 4 Jul 2008 01:27:02 +0000 Subject: Add spelling fixes where possible: "gray" -> "grey". git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6381 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/acr.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/acr.cc') diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc index 0451419fcf..0b4fba6736 100644 --- a/crawl-ref/source/acr.cc +++ b/crawl-ref/source/acr.cc @@ -2479,7 +2479,7 @@ void process_command( command_type cmd ) if (Options.tutorial_left) { std::string msg = "Unknown command. (For a list of commands type " - "?\?.)"; + "?\?.)"; print_formatted_paragraph(msg, get_number_of_cols()); } else // well, not examine, but... -- cgit v1.2.3-54-g00ecf