3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-24 03:29:28 +01:00

relay: fix typo in comment

This commit is contained in:
James Lu 2016-03-30 21:22:18 -07:00
parent 2169a9be28
commit 9e33081bc9

View File

@ -175,7 +175,7 @@ def scheduleExport(starting=False):
global exportdb_timer
if not starting:
# Export the datbase, unless this is being called the first
# Export the database, unless this is being called the first
# thing after start (i.e. DB has just been loaded).
exportDB()