From 5d894fdf03d0b181a6161223e1dc98502ce947ae Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Mon, 11 Feb 2013 10:24:07 -0500 Subject: [PATCH] Typo fix --- lms/djangoapps/courseware/access.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/djangoapps/courseware/access.py b/lms/djangoapps/courseware/access.py index 206286f80e..e4cc4a2b1d 100644 --- a/lms/djangoapps/courseware/access.py +++ b/lms/djangoapps/courseware/access.py @@ -343,9 +343,9 @@ def _does_course_group_name_exist(name): def group_names_for(role, location, course_context=None): """Returns the group names for a given role with this location. Plural - because it will return both the name we expectd now as well as the legacy + because it will return both the name we expect now as well as the legacy group name we support for backwards compatibility. This should not check - the DB for existance of a group (like some of its callers do) because that's + the DB for existence of a group (like some of its callers do) because that's a DB roundtrip, and we expect this might be invoked many times as we crawl an XModule tree.""" loc = Location(location)