summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-18 19:39:55 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-18 19:39:55 +0000
commit34ed092618e212e0aa6dd26a499233f566b7f78f (patch)
tree356e89780b73c42db9870ce94a40cc2a05ecebb7
parent7ee77312337745c763cdf0528cb77292454cd34e (diff)
downloadcrawl-ref-34ed092618e212e0aa6dd26a499233f566b7f78f.tar.gz
crawl-ref-34ed092618e212e0aa6dd26a499233f566b7f78f.zip
Add spacing and SVN property fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9638 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/README.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/README.txt b/crawl-ref/README.txt
index 9cdddd7d07..e1ea2cf8d0 100644
--- a/crawl-ref/README.txt
+++ b/crawl-ref/README.txt
@@ -18,7 +18,7 @@ Contents:
4. License and history information.
5. How you can help!
-There is a list of frequently asked questions which you can access pressing
+There is a list of frequently asked questions which you can access pressing
?Q in the game.
1. Getting started
@@ -49,7 +49,7 @@ The following files in the Crawl's main folder are essential:
* crawl These start the game. (The actual name depends on your
* crawl.exe operating system.)
-The docs/ folder contains the following helpful texts (all of which can be
+The docs/ folder contains the following helpful texts (all of which can be
read in-game by bringing up the help menu with '?'):
* crawl_manual.txt The complete manual; describing all aspects in detail.
@@ -155,7 +155,7 @@ tell us via the list.
If you like to, you can download the source code and apply patches. Both
patches for bug fixes as well as implementation of new features are very much
welcome. If you want to code a cool feature that is likely to be accepted but
-unlikely to be coded by the devteam, search the Feature Requests tracker on
+unlikely to be coded by the devteam, search the Feature Requests tracker on
the Sourceforge site for Groups "Patches Welcome".
Please be sure to read docs/coding_conventions.txt first.