Browse Source

#312: Fix broacast typo in the uri validator, thanks to @mrpollo

nghuuphuoc 11 years ago
parent
commit
9136d10380
4 changed files with 6 additions and 4 deletions
  1. 2 1
      CHANGELOG.md
  2. 1 0
      README.md
  3. 1 1
      dist/js/bootstrapValidator.js
  4. 2 2
      dist/js/bootstrapValidator.min.js

File diff suppressed because it is too large
+ 2 - 1
CHANGELOG.md


+ 1 - 0
README.md

@@ -113,6 +113,7 @@ Big thanks to the contributors:
 * [@lloydde](https://github.com/lloydde)
 * [@MartinDevillers](https://github.com/MartinDevillers)
 * [@MrC0mm0n](https://github.com/MrC0mm0n)
+* [@mrpollo](https://github.com/mrpollo)
 * [@narutosanjiv](https://github.com/narutosanjiv)
 * [@patmoore](https://github.com/patmoore)
 * [@smeagol74](https://github.com/smeagol74)

+ 1 - 1
dist/js/bootstrapValidator.js

@@ -3937,7 +3937,7 @@
                 // IP address dotted notation octets
                 // excludes loopback network 0.0.0.0
                 // excludes reserved space >= 224.0.0.0
-                // excludes network & broacast addresses
+                // excludes network & broadcast addresses
                 // (first & last IP address of each class)
                 "(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])" +
                 "(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}" +

File diff suppressed because it is too large
+ 2 - 2
dist/js/bootstrapValidator.min.js