From 1c448ef8b804b052b17312545786af274ba4ed83 Mon Sep 17 00:00:00 2001
From: Alexandre Aubin <alex.aubin@mailoo.org>
Date: Fri, 20 Jan 2023 18:10:34 +0100
Subject: [PATCH] Typo /o\

---
 update_app_levels/update_app_levels.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/update_app_levels/update_app_levels.py b/update_app_levels/update_app_levels.py
index fc83326..809adb0 100644
--- a/update_app_levels/update_app_levels.py
+++ b/update_app_levels/update_app_levels.py
@@ -92,7 +92,7 @@ if comment["outdated"]:
     for app in comment['outdated']:
         PR_body += f"- [ ] {app} | https://ci-apps.yunohost.org/ci/apps/{app}/latestjob\n"
 
-PR = {"title": "Update app levels accoring to CI results",
+PR = {"title": "Update app levels according to CI results",
       "body": PR_body,
       "head": "update_app_levels",
       "base": "master"}