diff --git a/AKModel/views/ak.py b/AKModel/views/ak.py
index ecb766ace59e4272136a91932f9215089c9b94c5..90599a1ba26809c21c17495891ce4c527b827c26 100644
--- a/AKModel/views/ak.py
+++ b/AKModel/views/ak.py
@@ -118,7 +118,7 @@ class AKJSONExportView(AdminViewMixin, FilterByEventSlugMixin, ListView):
             # discretize default slots if they exists
             blocks = merge_blocks(self.event.default_time_slots(slots_in_an_hour=SLOTS_IN_AN_HOUR))
         else:
-            blocks = self.event.uniform_time_slots(slos_in_an_hour=SLOTS_IN_AN_HOUR)
+            blocks = self.event.uniform_time_slots(slots_in_an_hour=SLOTS_IN_AN_HOUR)
 
         for block in blocks:
             current_block = []