Fix typos

This commit is contained in:
Andrea Gelmini
2020-06-13 18:25:05 +02:00
parent aee0da2c64
commit c8e3735dd6
6 changed files with 6 additions and 6 deletions

View File

@@ -878,7 +878,7 @@ public class TimePickerDialog extends AppCompatDialogFragment implements OnValue
// When the first digit is 2, the second digit may be 4-5.
secondDigit = new Node(k4, k5);
firstDigit.addChild(secondDigit);
// We must now be followd by the last minute digit. E.g. 2:40, 2:53.
// We must now be followed by the last minute digit. E.g. 2:40, 2:53.
secondDigit.addChild(minuteSecondDigit);
// The first digit may be 3-9.