We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7757c3 commit 0c939b7Copy full SHA for 0c939b7
jquery-ui-timepicker-addon.js
@@ -1834,7 +1834,7 @@
1834
// fewer unknowns, mostly numbers and am/pm). We will use the time pattern to split.
1835
var separator = timeSettings && timeSettings.separator ? timeSettings.separator : $.timepicker._defaults.separator,
1836
format = timeSettings && timeSettings.timeFormat ? timeSettings.timeFormat : $.timepicker._defaults.timeFormat,
1837
- timeParts = format.split(separator), // how many occurances of separator may be in our format?
+ timeParts = format.split(separator), // how many occurrences of separator may be in our format?
1838
timePartsLen = timeParts.length,
1839
allParts = dateTimeString.split(separator),
1840
allPartsLen = allParts.length;
0 commit comments