relay: fix typo in comment

This commit is contained in:
James Lu 2016-03-30 21:22:18 -07:00
parent 2169a9be28
commit 9e33081bc9
1 changed files with 1 additions and 1 deletions

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()