Skip to content

Commit 919347e

Browse files
Fix spelling of implementation
1 parent b244123 commit 919347e

6 files changed

+16
-16
lines changed

Archimate.puml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
!$TECHNOLOGY_FILLCOLOR = "#TECHNOLOGY"
2424
!$PHYSICAL_FILLCOLOR = "#PHYSICAL"
2525
!$MOTIVATION_FILLCOLOR = "#MOTIVATION"
26-
!$IMPLEMANTATION_FILLCOLOR = "#IMPLEMENTATION"
26+
!$IMPLEMENTATION_FILLCOLOR = "#IMPLEMENTATION"
2727
!$OTHER_FILLCOLOR = "#ffb973"
2828
!$JUNCTIONOR_FILLCOLOR = "#WhiteSmoke"
2929
!$JUNCTIONAND_FILLCOLOR = "#Black"
@@ -530,37 +530,37 @@ skinparam usecase {
530530
'Implementation Elements
531531
!unquoted procedure Implementation_WorkPackage($alias, $label, $nest=0)
532532
!if ($nest == %false())
533-
archimate $IMPLEMANTATION_FILLCOLOR "$label" <<implementation-workpackage>> as $alias
533+
archimate $IMPLEMENTATION_FILLCOLOR "$label" <<implementation-workpackage>> as $alias
534534
!else
535-
rectangle "$label" <<$archimate/implementation-workpackage>> as $alias $IMPLEMANTATION_FILLCOLOR
535+
rectangle "$label" <<$archimate/implementation-workpackage>> as $alias $IMPLEMENTATION_FILLCOLOR
536536
!endif
537537
!endprocedure
538538
!unquoted procedure Implementation_Deliverable($alias, $label, $nest=0)
539539
!if ($nest == %false())
540-
archimate $IMPLEMANTATION_FILLCOLOR "$label" <<implementation-deliverable>> as $alias
540+
archimate $IMPLEMENTATION_FILLCOLOR "$label" <<implementation-deliverable>> as $alias
541541
!else
542-
rectangle "$label" <<$archimate/implementation-deliverable>> as $alias $IMPLEMANTATION_FILLCOLOR
542+
rectangle "$label" <<$archimate/implementation-deliverable>> as $alias $IMPLEMENTATION_FILLCOLOR
543543
!endif
544544
!endprocedure
545545
!unquoted procedure Implementation_Event($alias, $label, $nest=0)
546546
!if ($nest == %false())
547-
archimate $IMPLEMANTATION_FILLCOLOR "$label" <<implementation-event>> as $alias
547+
archimate $IMPLEMENTATION_FILLCOLOR "$label" <<implementation-event>> as $alias
548548
!else
549-
rectangle "$label" <<$archimate/implementation-event>> as $alias $IMPLEMANTATION_FILLCOLOR
549+
rectangle "$label" <<$archimate/implementation-event>> as $alias $IMPLEMENTATION_FILLCOLOR
550550
!endif
551551
!endprocedure
552552
!unquoted procedure Implementation_Plateau($alias, $label, $nest=0)
553553
!if ($nest == %false())
554-
node $IMPLEMANTATION_FILLCOLOR "$label" <<$archimate/implementation-plateau>> as $alias
554+
node $IMPLEMENTATION_FILLCOLOR "$label" <<$archimate/implementation-plateau>> as $alias
555555
!else
556-
rectangle "$label" <<$archimate/implementation-plateau>> as $alias $IMPLEMANTATION_FILLCOLOR
556+
rectangle "$label" <<$archimate/implementation-plateau>> as $alias $IMPLEMENTATION_FILLCOLOR
557557
!endif
558558
!endprocedure
559559
!unquoted procedure Implementation_Gap($alias, $label, $nest=0)
560560
!if ($nest == %false())
561-
archimate $IMPLEMANTATION_FILLCOLOR "$label" <<implementation-gap>> as $alias
561+
archimate $IMPLEMENTATION_FILLCOLOR "$label" <<implementation-gap>> as $alias
562562
!else
563-
rectangle "$label" <<$archimate/implementation-gap>> as $alias $IMPLEMANTATION_FILLCOLOR
563+
rectangle "$label" <<$archimate/implementation-gap>> as $alias $IMPLEMENTATION_FILLCOLOR
564564
!endif
565565
!endprocedure
566566

themes/puml-theme-archimate-alternate.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
!$TECHNOLOGY_FILLCOLOR = "#9fb394"
88
!$PHYSICAL_FILLCOLOR = "#PHYSICAL"
99
!$MOTIVATION_FILLCOLOR = "#b3a8b8"
10-
!$IMPLEMANTATION_FILLCOLOR = "#e9a7a1"
10+
!$IMPLEMENTATION_FILLCOLOR = "#e9a7a1"
1111
!$OTHER_FILLCOLOR = "#bababa"
1212
!$JUNCTIONOR_FILLCOLOR = "#WhiteSmoke"
1313
!$JUNCTIONAND_FILLCOLOR = "#Black"

themes/puml-theme-archimate-handwriting.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
!$TECHNOLOGY_FILLCOLOR = "#c9e7b7"
88
!$PHYSICAL_FILLCOLOR = "#PHYSICAL"
99
!$MOTIVATION_FILLCOLOR = "#ccccff"
10-
!$IMPLEMANTATION_FILLCOLOR = "#ffe0e0"
10+
!$IMPLEMENTATION_FILLCOLOR = "#ffe0e0"
1111
!$OTHER_FILLCOLOR = "#edcfe2"
1212
!$JUNCTIONOR_FILLCOLOR = "#WhiteSmoke"
1313
!$JUNCTIONAND_FILLCOLOR = "#Black"

themes/puml-theme-archimate-lowsaturation.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
!$TECHNOLOGY_FILLCOLOR = "#cfde7a"
88
!$PHYSICAL_FILLCOLOR = "#PHYSICAL"
99
!$MOTIVATION_FILLCOLOR = "#cab5ea"
10-
!$IMPLEMANTATION_FILLCOLOR = "#f18b8b"
10+
!$IMPLEMENTATION_FILLCOLOR = "#f18b8b"
1111
!$OTHER_FILLCOLOR = "#dfaacb"
1212
!$JUNCTIONOR_FILLCOLOR = "#WhiteSmoke"
1313
!$JUNCTIONAND_FILLCOLOR = "#Black"

themes/puml-theme-archimate-saturated.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
!$TECHNOLOGY_FILLCOLOR = "#b9cf3b"
88
!$PHYSICAL_FILLCOLOR = "#PHYSICAL"
99
!$MOTIVATION_FILLCOLOR = "#c898fc"
10-
!$IMPLEMANTATION_FILLCOLOR = "#ea4f50"
10+
!$IMPLEMENTATION_FILLCOLOR = "#ea4f50"
1111
!$OTHER_FILLCOLOR = "#d58eba"
1212
!$JUNCTIONOR_FILLCOLOR = "#WhiteSmoke"
1313
!$JUNCTIONAND_FILLCOLOR = "#Black"

themes/puml-theme-archimate-standard.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
!$TECHNOLOGY_FILLCOLOR = "#c9e7b7"
88
!$PHYSICAL_FILLCOLOR = "#PHYSICAL"
99
!$MOTIVATION_FILLCOLOR = "#ccccff"
10-
!$IMPLEMANTATION_FILLCOLOR = "#ffe0e0"
10+
!$IMPLEMENTATION_FILLCOLOR = "#ffe0e0"
1111
!$OTHER_FILLCOLOR = "#edcfe2"
1212
!$JUNCTIONOR_FILLCOLOR = "#WhiteSmoke"
1313
!$JUNCTIONAND_FILLCOLOR = "#Black"

0 commit comments

Comments
 (0)