Fix typo

Change-Id: Ieb6e4ccf543b4d015b83cea4614983d5fcaea8cb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155886
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
diff --git a/sc/source/core/data/formulacell.cxx b/sc/source/core/data/formulacell.cxx
index 85d4370..88970ff 100644
--- a/sc/source/core/data/formulacell.cxx
+++ b/sc/source/core/data/formulacell.cxx
@@ -4432,7 +4432,7 @@ struct ScDependantsCalculator
        return nRowLen;
    }

    // Because Lookup will extend the Result Vector under certain cirumstances listed at:
    // Because Lookup will extend the Result Vector under certain circumstances listed at:
    // https://wiki.documentfoundation.org/Documentation/Calc_Functions/LOOKUP
    // then if the Lookup has a Result Vector only accept the Lookup for parallelization
    // of the Result Vector has the same dimensions as the Search Vector.