treewide: fix typos

This commit is contained in:
Peder Bergebakken Sundt 2025-06-02 15:54:57 +02:00
parent 16bc4259a8
commit c77ac9dfc3
88 changed files with 110 additions and 110 deletions

View file

@ -389,7 +389,7 @@ rec {
extensions = composeManyExtensions [ overlayA overlayB ];
# Caluculate the fixed point of all composed overlays.
# Calculate the fixed point of all composed overlays.
fixedpoint = lib.fix (lib.extends extensions original );
in fixedpoint