From 9e33081bc9544d59316833c7d1a75fce517c087e Mon Sep 17 00:00:00 2001 From: James Lu Date: Wed, 30 Mar 2016 21:22:18 -0700 Subject: [PATCH] relay: fix typo in comment --- plugins/relay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/relay.py b/plugins/relay.py index 5805f8d..9757952 100644 --- a/plugins/relay.py +++ b/plugins/relay.py @@ -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()