Skip to content

Commit

Permalink
Trivial typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed Oct 26, 2014
1 parent facfcfb commit 16290f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tradedb.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ class TradeDB(object):
# File containing text description of prices
defaultPrices = './data/TradeDangerous.prices'
# array containing standard tables, csvfilename and tablename
# WARNING: order is important because of dependencys!
# WARNING: order is important because of dependencies!
defaultTables = [
[ './data/Added.csv', 'Added' ],
[ './data/System.csv', 'System' ],
Expand Down

0 comments on commit 16290f9

Please sign in to comment.