summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util/txc
diff options
context:
space:
mode:
authorChris Oelmueller <chris.oelmueller@gmail.com>2013-07-22 23:33:29 +0200
committerChris Campbell <chriscampbell89@gmail.com>2013-07-23 17:27:50 +0100
commit1e8a74ea0b0e105d33382862bf59a8313bd81fa0 (patch)
treecc43871811deaccbecb55794c39735d433aadac1 /crawl-ref/source/util/txc
parent925c3d30d6b0207b59945da8e90a9150620cd866 (diff)
downloadcrawl-ref-1e8a74ea0b0e105d33382862bf59a8313bd81fa0.tar.gz
crawl-ref-1e8a74ea0b0e105d33382862bf59a8313bd81fa0.zip
Fix lots of typos
Diffstat (limited to 'crawl-ref/source/util/txc')
-rwxr-xr-xcrawl-ref/source/util/txc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/util/txc b/crawl-ref/source/util/txc
index 9af7c82049..f3d0b413d1 100755
--- a/crawl-ref/source/util/txc
+++ b/crawl-ref/source/util/txc
@@ -425,7 +425,7 @@ class ResourceFile():
def __setitem__(self, key, value):
"""Called by the subclass which has already done the conversion.
- Determine the change type and store the new value in the apropriate
+ Determine the change type and store the new value in the appropriate
dict of self.diff"""
if key not in self.entries:
if key.find(':') != -1 and key.split(':')[1] == 'quote':