From 4ed11069f96e22214bedafccd082d21cab6b6642 Mon Sep 17 00:00:00 2001 From: Vincent COUVERT Date: Tue, 28 Aug 2012 15:30:16 +0200 Subject: [PATCH] Fix a typo. Change-Id: I53c5f46599ca05217696c2a0d0c10cbb43517953 --- .../help/en_US/polygon/polyline_properties.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scilab/modules/graphics/help/en_US/polygon/polyline_properties.xml b/scilab/modules/graphics/help/en_US/polygon/polyline_properties.xml index faa9aeb..bc157ad 100644 --- a/scilab/modules/graphics/help/en_US/polygon/polyline_properties.xml +++ b/scilab/modules/graphics/help/en_US/polygon/polyline_properties.xml @@ -194,7 +194,7 @@ to "on". It defines the intervals of colormap indices used to fill each segment. For instance, the first segment will be filled by every colors whose index is between the first two elements - of the vecor. It is only applicable if the polyline is defined by 3 or + of the vector. It is only applicable if the polyline is defined by 3 or 4 points. Therefore, the size of the vector must match this dimension. -- 1.7.9.5