Skip to content

Commit 83a1076

Browse files
committed
Fix grammar
1 parent 640aa59 commit 83a1076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/Algorithms/Legacy/Fields/StreamLines/GenerateStreamLines.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ bool GenerateStreamLinesAlgo::runImpl(FieldHandle input, FieldHandle seeds, Fiel
713713

714714
if (mesh->dimensionality() < 2)
715715
{
716-
error("This algorithm does not works only work for volumes or surfaces");
716+
error("This algorithm only works for volumes or surfaces");
717717
return (false);
718718
}
719719

0 commit comments

Comments
 (0)