File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 48
48
# MAGIC `EDI.recipient_qualifier_id` as edi_recipient_qualifier_id,
49
49
# MAGIC `EDI.sender_qualifier_id` as edi_sender_qualifier_id,
50
50
# MAGIC `EDI.standard_version` as edi_standard_version,
51
- # MAGIC explode(`FuncitonalGroup `) as fg,
51
+ # MAGIC explode(`FunctionalGroup `) as fg,
52
52
# MAGIC filename
53
53
# MAGIC from edi
54
54
# MAGIC ) fgs
85
85
# MAGIC `EDI.recipient_qualifier_id` as edi_recipient_qualifier_id,
86
86
# MAGIC `EDI.sender_qualifier_id` as edi_sender_qualifier_id,
87
87
# MAGIC `EDI.standard_version` as edi_standard_version,
88
- # MAGIC explode(`FuncitonalGroup `) as fg,
88
+ # MAGIC explode(`FunctionalGroup `) as fg,
89
89
# MAGIC filename
90
90
# MAGIC from edi
91
91
# MAGIC ) fgs
221
221
# MAGIC `EDI.recipient_qualifier_id` as edi_recipient_qualifier_id,
222
222
# MAGIC `EDI.sender_qualifier_id` as edi_sender_qualifier_id,
223
223
# MAGIC `EDI.standard_version` as edi_standard_version,
224
- # MAGIC explode(`FuncitonalGroup `) as fg,
224
+ # MAGIC explode(`FunctionalGroup `) as fg,
225
225
# MAGIC filename
226
226
# MAGIC from edi
227
227
# MAGIC ) fgs
You can’t perform that action at this time.
0 commit comments