Skip to content

Commit 0c939b7

Browse files
committed
Minor typo fix.
1 parent a7757c3 commit 0c939b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery-ui-timepicker-addon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1834,7 +1834,7 @@
18341834
// fewer unknowns, mostly numbers and am/pm). We will use the time pattern to split.
18351835
var separator = timeSettings && timeSettings.separator ? timeSettings.separator : $.timepicker._defaults.separator,
18361836
format = timeSettings && timeSettings.timeFormat ? timeSettings.timeFormat : $.timepicker._defaults.timeFormat,
1837-
timeParts = format.split(separator), // how many occurances of separator may be in our format?
1837+
timeParts = format.split(separator), // how many occurrences of separator may be in our format?
18381838
timePartsLen = timeParts.length,
18391839
allParts = dateTimeString.split(separator),
18401840
allPartsLen = allParts.length;

0 commit comments

Comments
 (0)