diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2017-01-18 21:41:36 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-18 21:41:36 -0800 |
commit | 904f0aa47c4c0d97bf3b32b81864f270ae546456 (patch) | |
tree | 49b2f1d0098038f187c5fccad6a1ffd277c127bd /tools/Sandcastle/Presentation | |
parent | 190e5528f53432e6dfa9aab07f2767cd0fe35c53 (diff) | |
parent | d195ccfc0b081ef95a3d80e66a37016bc8a043f5 (diff) | |
download | DotNetOpenAuth-develop.zip DotNetOpenAuth-develop.tar.gz DotNetOpenAuth-develop.tar.bz2 |
Merge pull request #395 from felixonmars/patch-1HEADorigin/developorigin/HEADdevelop
Fix a typo: langauge -> language
Diffstat (limited to 'tools/Sandcastle/Presentation')
-rw-r--r-- | tools/Sandcastle/Presentation/vs2005/Scripts/script_feedBack.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Sandcastle/Presentation/vs2005/Scripts/script_feedBack.js b/tools/Sandcastle/Presentation/vs2005/Scripts/script_feedBack.js index 55ee44a..e45d09f 100644 --- a/tools/Sandcastle/Presentation/vs2005/Scripts/script_feedBack.js +++ b/tools/Sandcastle/Presentation/vs2005/Scripts/script_feedBack.js @@ -55,7 +55,7 @@ function URLValue() function GetLanguage() { - var langauge; + var language; if(navigator.userAgent.indexOf("Firefox")!=-1) { var index = navigator.userAgent.indexOf('('); |