fixing typo from Bostonian to proper English
authorBryan <btbonval@gmail.com>
Thu, 2 Jan 2014 19:38:39 +0000 (14:38 -0500)
committerBryan <btbonval@gmail.com>
Thu, 2 Jan 2014 19:38:39 +0000 (14:38 -0500)
karmaworld/apps/notes/models.py

index e9d0b8aa67ff3ceeb7c79494aabd3968d6414c55..fd76b0999dc8e0751d02de1e23baadea66f0d03f 100644 (file)
@@ -215,7 +215,7 @@ def update_note_counts(note_instance):
     try:
         # test if the course still exists, or if this is a cascade delete.
         note_instance.course
-    except Couse.DoesNotExist:
+    except Course.DoesNotExist:
         # this is a cascade delete. there is no course to update
         pass
     else: