From 0207255e1f8f358d1063bebadd95414da8e92db3 Mon Sep 17 00:00:00 2001 From: jsa Date: Tue, 30 Jul 2013 00:14:03 -0400 Subject: [PATCH] fix strange comment typo --- lms/envs/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/envs/common.py b/lms/envs/common.py index 84941f700c..1b7f3013aa 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -72,7 +72,7 @@ MITX_FEATURES = { 'ENABLE_TEXTBOOK': True, 'ENABLE_DISCUSSION_SERVICE': True, # discussion home panel, which includes a subscription on/off setting for discussion digest emails. - # this glano longer needed once + # this should remain off in production until digest notifications are online. 'ENABLE_DISCUSSION_HOME_PANEL': True, 'ENABLE_PSYCHOMETRICS': False, # real-time psychometrics (eg item response theory analysis in instructor dashboard)