Skip to content

Commit f3b6498

Browse files
author
Unknown
committed
data/ap238/ap238-aim-long.exp comment typo
1 parent 7fb5339 commit f3b6498

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/ap238/ap238-aim-long.exp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3891,11 +3891,11 @@ ENTITY grooving_turning_operation
38913891
WR3: (verify_optional_action_property (SELF, 'allowance')) AND
38923892
(verify_length_measure_action_property (SELF, 'allowance'));
38933893

3894-
-- allowance propery required for roughing
3894+
-- allowance property required for roughing
38953895
WR4: NOT (SELF.description = 'roughing') OR
38963896
(verify_required_action_property (SELF, 'allowance'));
38973897

3898-
-- allowance propery forbidden for cutting in
3898+
-- allowance property forbidden for cutting in
38993899
WR5: NOT (SELF.description = 'cutting in') OR
39003900
(0 = SIZEOF (get_action_property (SELF, 'allowance')));
39013901
END_ENTITY; -- 10303-238: integrated_cnc_schema

0 commit comments

Comments
 (0)