diff options
author | Bruno Pérel <brunoperel@gmail.com> | 2015-07-30 15:34:34 +0200 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2015-07-30 15:51:44 +0200 |
commit | 6af92cafcadba74c22b8d94779472e1f71b99e30 (patch) | |
tree | 6bd4f5885c0dabde225738008617f8c6d01f0f35 /build | |
parent | 624d6a8580a7e1108c81a6a777dc1be3d408bddf (diff) | |
download | jquery-6af92cafcadba74c22b8d94779472e1f71b99e30.tar.gz jquery-6af92cafcadba74c22b8d94779472e1f71b99e30.zip |
Docs: Fix various spelling mistakes
(cherry-picked from 360a4780339b7f412b75ad8a06dca7f39616f654)
Closes gh-2487
Diffstat (limited to 'build')
-rw-r--r-- | build/release/dist.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/release/dist.js b/build/release/dist.js index 8a68ec2b0..56bd19509 100644 --- a/build/release/dist.js +++ b/build/release/dist.js @@ -5,7 +5,7 @@ module.exports = function( Release, complete ) { shell = require( "shelljs" ), pkg = require( Release.dir.repo + "/package.json" ), distRemote = Release.remote.replace( "jquery.git", "jquery-compat-dist.git" ), - // These files are included with the distrubtion + // These files are included with the distribution files = [ "src", "LICENSE.txt", |