Skip to content

Commit

Permalink
Merge pull request DotNetOpenAuth#395 from felixonmars/patch-1
Browse files Browse the repository at this point in the history
Fix a typo: langauge -> language
  • Loading branch information
AArnott committed Jan 19, 2017
2 parents 190e552 + d195ccf commit 904f0aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function URLValue()

function GetLanguage()
{
var langauge;
var language;
if(navigator.userAgent.indexOf("Firefox")!=-1)
{
var index = navigator.userAgent.indexOf('(');
Expand Down

0 comments on commit 904f0aa

Please sign in to comment.