No Bug - comment fix. r=nthomas
authorEdmund Wong <ewong@pw-wspx.org>
Thu, 23 Jul 2015 09:28:17 +0800 (2015-07-23)
changeset 12694 47c34db667156ccbeb9b2e7861368854d0888440
parent 12693 5140e8be02ed156cfb38e4ef10768b78fa25392b
child 12695 af683dd8905930f023b6d01864acaa94e638359f
push id9079
push userewong@pw-wspx.org
push dateThu, 23 Jul 2015 01:29:18 +0000 (2015-07-23)
reviewersnthomas
No Bug - comment fix. r=nthomas
mozilla/thunderbird_config.py
--- a/mozilla/thunderbird_config.py
+++ b/mozilla/thunderbird_config.py
@@ -1,17 +1,17 @@
 from copy import deepcopy
 
 from config import GLOBAL_VARS, PLATFORM_VARS
 
 import thunderbird_project_branches
 reload(thunderbird_project_branches)
 from thunderbird_project_branches import PROJECT_BRANCHES, ACTIVE_PROJECT_BRANCHES
 
-# Note that thunderbird_localconfig.py is symlinked to one of: {production,staging}_thunderbird_config.py
+# Note that thunderbird_localconfig.py is symlinked to one of: thunderbird_{production,staging}_config.py
 import thunderbird_localconfig
 reload(thunderbird_localconfig)
 
 # Can't reload this one because it gets reloaded in another file
 from localconfig import SLAVES, TRY_SLAVES
 
 import master_common
 reload(master_common)