Fix typo
authorMagnus Hagander <magnus@hagander.net>
Thu, 16 May 2024 19:26:49 +0000 (21:26 +0200)
committerMagnus Hagander <magnus@hagander.net>
Thu, 16 May 2024 19:26:49 +0000 (21:26 +0200)
postgresqleu/confreg/twitter.py

index f1321bc6c89740c38cd6f1eb25ee610d1959cf63..244ab94d8c827762c0a7789c01509ec3013eec90 100644 (file)
@@ -86,7 +86,7 @@ def render_multiprovider_tweet(conference, template, context):
 
 
 def get_all_conference_social_media():
-    # When using .distinct() in djago it randomly adds either "id" or "internalname" to the SQL
+    # When using .distinct() in django it randomly adds either "id" or "internalname" to the SQL
     # query and thus doesn't actually return distinct values. Rather than trying to debug
     # the horror that's an ORM, just run the query because queries are easy.
     for classname, in exec_to_list("SELECT DISTINCT classname FROM confreg_messagingprovider WHERE series_id IS NOT NULL"):