summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kremer <->2021-08-13 20:57:32 +0200
committerThomas Kremer <->2021-08-13 20:57:32 +0200
commitce5ca825d92985ceb2db7c2404f8572f6127421c (patch)
treedff09ede2f44c16d2a647531d2c36681c7c37bea
parent656dd05473fdae1c3a2789842cbef9e68811f030 (diff)
Typo fixed.
-rw-r--r--DXF.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/DXF.pm b/DXF.pm
index 55658ac..ba60ad3 100644
--- a/DXF.pm
+++ b/DXF.pm
@@ -46,7 +46,7 @@ our %dxf_attr_names = (
48 => "linetype_scale",
49 => "values", # multiple values that make up a list, need a repeat count (7x) before!
# 50..58: angles in degrees
- 60 => "invisibile", # 1 for invisible, 0 or undef for visible
+ 60 => "invisible", # 1 for invisible, 0 or undef for visible
62 => "color",
66 => "entities_follow", # flag. what for?
67 => "space", # model- or paper-space
@@ -93,7 +93,7 @@ our @general_attributes = qw(
elevation
thickness
linetype_scale
- invisibile
+ invisible
color
space
comment