X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=plugins%2Fnet.mograsim.plugin.core%2Fsrc%2Fnet%2Fmograsim%2Fplugin%2Futil%2FNumberRespectingStringComparator.java;h=1617a61e754086d0c60f84e0cd4db1df5df988f6;hb=161ecd36b6dcfe0e38cee3fd6ea8ad42d0705777;hp=c2deaf76f5041cb7315674f35ec019fc158fe234;hpb=f8f69ae61db66e701388f07bf0e3da493790fe45;p=Mograsim.git diff --git a/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/util/NumberRespectingStringComparator.java b/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/util/NumberRespectingStringComparator.java index c2deaf76..1617a61e 100644 --- a/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/util/NumberRespectingStringComparator.java +++ b/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/util/NumberRespectingStringComparator.java @@ -8,7 +8,7 @@ import java.util.regex.Pattern; /** * Compares Strings respecting integers that appear in the strings with positions in common.
* Note that 0003 , 03 and 3 are considered to be at the same level; however if there is no further difference, lexicographic ordering is - * applied to ensure the comparator meets the {@link Comparator contract} (this will sort "foor_02" before "foo_2"). + * applied to ensure the comparator meets the {@link Comparator contract} (this will sort "foo_02" before "foo_2"). * * @author Christian Femers *