Spelling fixes

This commit is contained in:
Jindra Petřík
2025-09-06 02:35:59 +02:00
parent 3b82db57ba
commit 3d2c305846
14 changed files with 64 additions and 64 deletions

View File

@@ -227,7 +227,7 @@ public class Timeline {
static {
DecimalFormatSymbols symbols = new DecimalFormatSymbols(Locale.US);
svgPathDecimalFormat = new DecimalFormat("0.##", symbols); // max 3 desetinná místa, žádné zbytečné nuly
svgPathDecimalFormat = new DecimalFormat("0.##", symbols); // max 3 decimal places, no additional zeros
}
private static String formatDoubleSvg(double value) {

View File

@@ -4,7 +4,7 @@
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3.0 of the License, or (at your o3ption) any later version.
* version 3.0 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of