From 4f862d4bf4a19bf29468ac991c3b4f1eabc16c69 Mon Sep 17 00:00:00 2001
From: pabois <pierreandre.boissinot@noesya.coop>
Date: Mon, 10 Jan 2022 16:57:57 +0100
Subject: [PATCH] dyslexie

---
 app/models/communication/website/with_abouts.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/models/communication/website/with_abouts.rb b/app/models/communication/website/with_abouts.rb
index b818d4730..c8a45e40f 100644
--- a/app/models/communication/website/with_abouts.rb
+++ b/app/models/communication/website/with_abouts.rb
@@ -45,7 +45,7 @@ module Communication::Website::WithAbouts
       posts.collect(&:author).map(&:author) +
       programs.collect(&:university_people_through_teachers).flatten +
       programs.collect(&:university_people_through_teachers).flatten.map(&:teacher)
-      # TODO amdinistrative via roles
+      # TODO administrative via roles
       # TODO researchers via articles
     ).uniq.compact
   end
-- 
GitLab