that typo has been bugging me

This commit is contained in:
Enno Rehling 2012-05-21 18:46:12 -07:00
parent d7c2824ba9
commit bdb887c9fb
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ function dbupdate()
edb:update_factions() edb:update_factions()
edb:update_scores() edb:update_scores()
else else
print("could no open "..config.basepath.."/eressea.db") print("could not open "..config.basepath.."/eressea.db")
end end
end end