Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
felixb1515 committed May 7, 2024
1 parent 10c412c commit 9633dc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ protected ByteArray perform(ByteArray input, MessageType messageType) throws Exc
@Override
public void createUI() {
this.delim = new VariableTextField();
this.addUIElement("Delimmiter", this.delim);
this.addUIElement("Delimiter", this.delim);
this.item = new VariableTextField();
this.addUIElement("Item number", this.item);
}
Expand Down

0 comments on commit 9633dc0

Please sign in to comment.