Skip to content

Commit 4c5577d

Browse files
authored
Merge pull request #1834 from eltociear/patch-1
2 parents 1efbd9d + 534ab23 commit 4c5577d

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

src/core/operations/SIGABA.mjs

+15-15
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class Sigaba extends Operation {
4040
value: false
4141
},
4242
{
43-
name: "1st cipher rotor intial value",
43+
name: "1st cipher rotor initial value",
4444
type: "option",
4545
value: LETTERS
4646
},
@@ -56,7 +56,7 @@ class Sigaba extends Operation {
5656
value: false
5757
},
5858
{
59-
name: "2nd cipher rotor intial value",
59+
name: "2nd cipher rotor initial value",
6060
type: "option",
6161
value: LETTERS
6262
},
@@ -72,7 +72,7 @@ class Sigaba extends Operation {
7272
value: false
7373
},
7474
{
75-
name: "3rd cipher rotor intial value",
75+
name: "3rd cipher rotor initial value",
7676
type: "option",
7777
value: LETTERS
7878
},
@@ -88,7 +88,7 @@ class Sigaba extends Operation {
8888
value: false
8989
},
9090
{
91-
name: "4th cipher rotor intial value",
91+
name: "4th cipher rotor initial value",
9292
type: "option",
9393
value: LETTERS
9494
},
@@ -104,7 +104,7 @@ class Sigaba extends Operation {
104104
value: false
105105
},
106106
{
107-
name: "5th cipher rotor intial value",
107+
name: "5th cipher rotor initial value",
108108
type: "option",
109109
value: LETTERS
110110
},
@@ -120,7 +120,7 @@ class Sigaba extends Operation {
120120
value: false
121121
},
122122
{
123-
name: "1st control rotor intial value",
123+
name: "1st control rotor initial value",
124124
type: "option",
125125
value: LETTERS
126126
},
@@ -136,7 +136,7 @@ class Sigaba extends Operation {
136136
value: false
137137
},
138138
{
139-
name: "2nd control rotor intial value",
139+
name: "2nd control rotor initial value",
140140
type: "option",
141141
value: LETTERS
142142
},
@@ -152,7 +152,7 @@ class Sigaba extends Operation {
152152
value: false
153153
},
154154
{
155-
name: "3rd control rotor intial value",
155+
name: "3rd control rotor initial value",
156156
type: "option",
157157
value: LETTERS
158158
},
@@ -168,7 +168,7 @@ class Sigaba extends Operation {
168168
value: false
169169
},
170170
{
171-
name: "4th control rotor intial value",
171+
name: "4th control rotor initial value",
172172
type: "option",
173173
value: LETTERS
174174
},
@@ -184,7 +184,7 @@ class Sigaba extends Operation {
184184
value: false
185185
},
186186
{
187-
name: "5th control rotor intial value",
187+
name: "5th control rotor initial value",
188188
type: "option",
189189
value: LETTERS
190190
},
@@ -195,7 +195,7 @@ class Sigaba extends Operation {
195195
defaultIndex: 0
196196
},
197197
{
198-
name: "1st index rotor intial value",
198+
name: "1st index rotor initial value",
199199
type: "option",
200200
value: NUMBERS
201201
},
@@ -206,7 +206,7 @@ class Sigaba extends Operation {
206206
defaultIndex: 0
207207
},
208208
{
209-
name: "2nd index rotor intial value",
209+
name: "2nd index rotor initial value",
210210
type: "option",
211211
value: NUMBERS
212212
},
@@ -217,7 +217,7 @@ class Sigaba extends Operation {
217217
defaultIndex: 0
218218
},
219219
{
220-
name: "3rd index rotor intial value",
220+
name: "3rd index rotor initial value",
221221
type: "option",
222222
value: NUMBERS
223223
},
@@ -228,7 +228,7 @@ class Sigaba extends Operation {
228228
defaultIndex: 0
229229
},
230230
{
231-
name: "4th index rotor intial value",
231+
name: "4th index rotor initial value",
232232
type: "option",
233233
value: NUMBERS
234234
},
@@ -239,7 +239,7 @@ class Sigaba extends Operation {
239239
defaultIndex: 0
240240
},
241241
{
242-
name: "5th index rotor intial value",
242+
name: "5th index rotor initial value",
243243
type: "option",
244244
value: NUMBERS
245245
},

0 commit comments

Comments
 (0)