summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2017-01-18 21:41:36 -0800
committerGitHub <noreply@github.com>2017-01-18 21:41:36 -0800
commit904f0aa47c4c0d97bf3b32b81864f270ae546456 (patch)
tree49b2f1d0098038f187c5fccad6a1ffd277c127bd
parent190e5528f53432e6dfa9aab07f2767cd0fe35c53 (diff)
parentd195ccfc0b081ef95a3d80e66a37016bc8a043f5 (diff)
downloadDotNetOpenAuth-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
-rw-r--r--tools/Sandcastle/Presentation/vs2005/Scripts/script_feedBack.js2
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('(');