Skip to content

Commit 194e157

Browse files
committed
Fix typo
1 parent 3162bca commit 194e157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csv-validator-ui/src/main/scala/uk/gov/nationalarchives/csv/validator/ui/CsvValidatorUi.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ object CsvValidatorUi extends SimpleSwingApplication {
367367

368368
private val scrollPane = new ScrollPane
369369
txtArReport.peer.setTransferHandler(fileHandler)
370-
scrollPane.preferredSize = new Dimension(300, 70) // for some reason, line wap only works if this is here so this will have to stay
370+
scrollPane.preferredSize = new Dimension(300, 70) // for some reason, line wrap only works if this is here so this will have to stay
371371
scrollPane.viewportView = txtArReport
372372

373373
private val btnValidate = new Button("Validate")

0 commit comments

Comments
 (0)