diff --git a/lib/modules/manager/setup-cfg/extract.ts b/lib/modules/manager/setup-cfg/extract.ts
index 1b73ebb63c22daa0ed8e09378cda90e1780250e4..6328cbf6673e8bd16b27c428e6b966da68880efa 100644
--- a/lib/modules/manager/setup-cfg/extract.ts
+++ b/lib/modules/manager/setup-cfg/extract.ts
@@ -107,7 +107,7 @@ export function extractPackageFile(
       }
       if (newSectionRecord) {
         sectionRecord = newSectionRecord;
-        // Propably there are also requirements in this line.
+        // Probably there are also requirements in this line.
         line = rawLine.replace(regEx(/^[^=]*=\s*/), '');
         line.split(';').forEach((part) => {
           const dep = parseDep(part, sectionName, sectionRecord);