# HG changeset patch # User Ingo Weinzierl # Date 1301303692 0 # Node ID 1c0731f69dc68b3aef4db665642e7161288ce5d4 # Parent 5718438331290c80830b29b1dd9576ffe80ce74f Fixed a typo. flys-client/trunk@1580 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 571843833129 -r 1c0731f69dc6 flys-client/ChangeLog --- a/flys-client/ChangeLog Mon Mar 28 07:55:39 2011 +0000 +++ b/flys-client/ChangeLog Mon Mar 28 09:14:52 2011 +0000 @@ -1,3 +1,8 @@ +2011-03-28 Ingo Weinzierl + + * src/main/java/de/intevation/flys/client/client/ui/OutputTab.java: Fixed + a typo. + 2011-03-28 Ingo Weinzierl * src/main/java/de/intevation/flys/client/client/ui/ChartOutputTab.java: diff -r 571843833129 -r 1c0731f69dc6 flys-client/src/main/java/de/intevation/flys/client/client/ui/OutputTab.java --- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/OutputTab.java Mon Mar 28 07:55:39 2011 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/OutputTab.java Mon Mar 28 09:14:52 2011 +0000 @@ -24,7 +24,7 @@ * @param collection The collection that need to be displayed. * @param outputmode The OutputMode that need to be displayed. */ - public OutputTab(String title, Collection collecton, OutputMode mode) { + public OutputTab(String title, Collection collection, OutputMode mode) { super(title); this.collection = collection;