From c1dca4515138b1e4269f2474e5207ba2fec85837 Mon Sep 17 00:00:00 2001 From: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com> Date: Mon, 30 Jun 2025 09:23:48 +0200 Subject: [PATCH] Update src/Mod/Surface/App/FeatureFilling.cpp Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com> --- src/Mod/Surface/App/FeatureFilling.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Surface/App/FeatureFilling.cpp b/src/Mod/Surface/App/FeatureFilling.cpp index 6f26149248..fc9dc06ad1 100644 --- a/src/Mod/Surface/App/FeatureFilling.cpp +++ b/src/Mod/Surface/App/FeatureFilling.cpp @@ -200,7 +200,7 @@ void Filling::addConstraints(BRepFill_Filling& builder, } } else { - Standard_Failure::Raise("Number of links does not match with number of orders"); + Standard_Failure::Raise("Number of links does not match with the number of orders"); } }