fixed typo in comment

This commit is contained in:
Axel Uhl
2023-12-18 13:22:30 +01:00
parent 05b2af1486
commit 44c3b1883c
@@ -94,7 +94,7 @@ public class DateParser {
// Not mandatory now
//
// Secondes
// Seconds
if (!st.hasMoreTokens()) {
return calendar;
}