Fix spelling error.

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@3110 282e977c-c81d-0410-88c4-b93c2d0d6712
master
akirschbaum 2005-03-09 20:12:45 +00:00
parent d8ae17c273
commit 61a317db6b
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ elif text[0] == 'deposit':
if len(text)==2:
if (CFPython.PayAmount(activator, (int(text[1])*exchange_rate)*fees)):
bank.deposit(activatorname, int(text[1]))
message = '%d recieved, %d imperials deposited to bank account. %s' \
message = '%d received, %d imperials deposited to bank account. %s' \
%((int(text[1])*(exchange_rate/50))*fees,int(text[1]),random.choice(thanks_message))
else:
message = 'You would need %d gold'%((int(text[1])*(exchange_rate/10))*fees)