Fix typo in comment.

This commit is contained in:
Diana Huang
2013-11-22 11:27:18 -05:00
parent 8d564f219d
commit 586b1f72ef

View File

@@ -298,7 +298,7 @@ def complete_course_mode_info(course_id, enrollment):
def dashboard(request):
user = request.user
# Build our (course, enorllment) list for the user, but ignore any courses that no
# Build our (course, enrollment) list for the user, but ignore any courses that no
# longer exist (because the course IDs have changed). Still, we don't delete those
# enrollments, because it could have been a data push snafu.
course_enrollment_pairs = []