Skip to content

Commit 65dabf7

Browse files
committed
Try to make codespell happy
1 parent 9913fb7 commit 65dabf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/versioning.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function versionSplit(v) {
5353
* @return {Number} A negative number if v2 represents a version
5454
* smaller than v1 (ignoring the suffix), 0 if
5555
* equal (again, ignoring the suffix), and a
56-
* positive number otheriwse.
56+
* positive number otherwise.
5757
*/
5858
function compareVN(v1, v2) {
5959
for (var i = 0; i < 3; i++) {

0 commit comments

Comments
 (0)