From 942ea2c7ba7b25d99f3a188b4563ca5ac231825d Mon Sep 17 00:00:00 2001 From: Victor Shnayder Date: Mon, 16 Jul 2012 11:33:36 -0400 Subject: [PATCH] fix typo --- cms/djangoapps/github_sync/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/djangoapps/github_sync/views.py b/cms/djangoapps/github_sync/views.py index 8bf654f430..e4cae6cad8 100644 --- a/cms/djangoapps/github_sync/views.py +++ b/cms/djangoapps/github_sync/views.py @@ -49,4 +49,4 @@ def github_post_receive(request): revision, course = import_from_github(repo) export_to_github(course, repo['path'], "Changes from cms import of revision %s" % revision) - return HttpResponse('Push recieved') + return HttpResponse('Push received')