@@ -40,7 +40,7 @@ class Sigaba extends Operation {
40
40
value : false
41
41
} ,
42
42
{
43
- name : "1st cipher rotor intial value" ,
43
+ name : "1st cipher rotor initial value" ,
44
44
type : "option" ,
45
45
value : LETTERS
46
46
} ,
@@ -56,7 +56,7 @@ class Sigaba extends Operation {
56
56
value : false
57
57
} ,
58
58
{
59
- name : "2nd cipher rotor intial value" ,
59
+ name : "2nd cipher rotor initial value" ,
60
60
type : "option" ,
61
61
value : LETTERS
62
62
} ,
@@ -72,7 +72,7 @@ class Sigaba extends Operation {
72
72
value : false
73
73
} ,
74
74
{
75
- name : "3rd cipher rotor intial value" ,
75
+ name : "3rd cipher rotor initial value" ,
76
76
type : "option" ,
77
77
value : LETTERS
78
78
} ,
@@ -88,7 +88,7 @@ class Sigaba extends Operation {
88
88
value : false
89
89
} ,
90
90
{
91
- name : "4th cipher rotor intial value" ,
91
+ name : "4th cipher rotor initial value" ,
92
92
type : "option" ,
93
93
value : LETTERS
94
94
} ,
@@ -104,7 +104,7 @@ class Sigaba extends Operation {
104
104
value : false
105
105
} ,
106
106
{
107
- name : "5th cipher rotor intial value" ,
107
+ name : "5th cipher rotor initial value" ,
108
108
type : "option" ,
109
109
value : LETTERS
110
110
} ,
@@ -120,7 +120,7 @@ class Sigaba extends Operation {
120
120
value : false
121
121
} ,
122
122
{
123
- name : "1st control rotor intial value" ,
123
+ name : "1st control rotor initial value" ,
124
124
type : "option" ,
125
125
value : LETTERS
126
126
} ,
@@ -136,7 +136,7 @@ class Sigaba extends Operation {
136
136
value : false
137
137
} ,
138
138
{
139
- name : "2nd control rotor intial value" ,
139
+ name : "2nd control rotor initial value" ,
140
140
type : "option" ,
141
141
value : LETTERS
142
142
} ,
@@ -152,7 +152,7 @@ class Sigaba extends Operation {
152
152
value : false
153
153
} ,
154
154
{
155
- name : "3rd control rotor intial value" ,
155
+ name : "3rd control rotor initial value" ,
156
156
type : "option" ,
157
157
value : LETTERS
158
158
} ,
@@ -168,7 +168,7 @@ class Sigaba extends Operation {
168
168
value : false
169
169
} ,
170
170
{
171
- name : "4th control rotor intial value" ,
171
+ name : "4th control rotor initial value" ,
172
172
type : "option" ,
173
173
value : LETTERS
174
174
} ,
@@ -184,7 +184,7 @@ class Sigaba extends Operation {
184
184
value : false
185
185
} ,
186
186
{
187
- name : "5th control rotor intial value" ,
187
+ name : "5th control rotor initial value" ,
188
188
type : "option" ,
189
189
value : LETTERS
190
190
} ,
@@ -195,7 +195,7 @@ class Sigaba extends Operation {
195
195
defaultIndex : 0
196
196
} ,
197
197
{
198
- name : "1st index rotor intial value" ,
198
+ name : "1st index rotor initial value" ,
199
199
type : "option" ,
200
200
value : NUMBERS
201
201
} ,
@@ -206,7 +206,7 @@ class Sigaba extends Operation {
206
206
defaultIndex : 0
207
207
} ,
208
208
{
209
- name : "2nd index rotor intial value" ,
209
+ name : "2nd index rotor initial value" ,
210
210
type : "option" ,
211
211
value : NUMBERS
212
212
} ,
@@ -217,7 +217,7 @@ class Sigaba extends Operation {
217
217
defaultIndex : 0
218
218
} ,
219
219
{
220
- name : "3rd index rotor intial value" ,
220
+ name : "3rd index rotor initial value" ,
221
221
type : "option" ,
222
222
value : NUMBERS
223
223
} ,
@@ -228,7 +228,7 @@ class Sigaba extends Operation {
228
228
defaultIndex : 0
229
229
} ,
230
230
{
231
- name : "4th index rotor intial value" ,
231
+ name : "4th index rotor initial value" ,
232
232
type : "option" ,
233
233
value : NUMBERS
234
234
} ,
@@ -239,7 +239,7 @@ class Sigaba extends Operation {
239
239
defaultIndex : 0
240
240
} ,
241
241
{
242
- name : "5th index rotor intial value" ,
242
+ name : "5th index rotor initial value" ,
243
243
type : "option" ,
244
244
value : NUMBERS
245
245
} ,
0 commit comments