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=5995c2c9f891ae852a40b4c4736b090d514e7c0a;hp=c2deaf76f5041cb7315674f35ec019fc158fe234;hpb=e04b2b8dd50985290f91f71dce45b3905b86a96e;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 *