Skip to content
This repository was archived by the owner on Mar 20, 2019. It is now read-only.

Commit d195ccf

Browse files
authored
Fix a typo: langauge -> language
1 parent 190e552 commit d195ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/Sandcastle/Presentation/vs2005/Scripts/script_feedBack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function URLValue()
5555

5656
function GetLanguage()
5757
{
58-
var langauge;
58+
var language;
5959
if(navigator.userAgent.indexOf("Firefox")!=-1)
6060
{
6161
var index = navigator.userAgent.indexOf('(');

0 commit comments

Comments
 (0)