fix typo in config example and .py

This commit is contained in:
steffen123 2010-08-26 20:08:34 +02:00
parent 1e998f4780
commit 62bd04661a
2 changed files with 3 additions and 3 deletions

View File

@ -525,12 +525,12 @@ class General(dict):
except KeyError:
self["version"]=0
self["ui_language"]="system"
self["config_difficuly"]="expert"
self["config_difficulty"]="expert"
def get_defaults(self):
self["version"]=0
self["ui_language"]="system"
self["config_difficuly"]="expert"
self["config_difficulty"]="expert"
self["config_wrap_len"]="-1"
self["day_start"]="5"

View File

@ -9,7 +9,7 @@
config_wrap_len="-1"
day_start="5"
ui_language="system"
config_difficuly="expert"
config_difficulty="expert"
/>
<import callFpdbHud = "True" interval = "10" fastStoreHudCache="False" hhArchiveBase="~/.fpdb/HandHistories/" saveActions="True"></import>