提交 e8b7a7f5 编写于 作者: K KirillOsenkov

Fixing typo: langauge -> language. (changeset 1213865)

上级 50adb075
......@@ -48,7 +48,7 @@ Namespace Microsoft.CodeAnalysis.VisualBasic
If symbols.FirstOrDefault(Function(entry) IdentifierComparison.Equals(entry.Key, CompilerVersionSymbol)).Key Is Nothing Then
' This number is hardcoded to Dev11 compiler.
' It's a bad practice to use the symbol so we should just keep the value as is and not ever rev it again.
' Incorrect usages include conditionally using Framework APIs or langauge features based upon this number.
' Incorrect usages include conditionally using Framework APIs or language features based upon this number.
symbols = symbols.Add(New KeyValuePair(Of String, Object)(CompilerVersionSymbol, 11.0))
End If
......
......@@ -128,7 +128,7 @@ Namespace Microsoft.CodeAnalysis.VisualBasic.Symbols
''' Retrieves Get method for this property or 'most derived' Get method from closest
''' overridden property if such property exists.
'''
''' NOTE: It is not possible in VB, but possible in other langauges (for example in C#) to
''' NOTE: It is not possible in VB, but possible in other languages (for example in C#) to
''' override read-write property an provide override only for setter, thus inheriting
''' getter's implementation. This method will find the Get method from the most-derived
''' overridden property in this case
......@@ -155,7 +155,7 @@ Namespace Microsoft.CodeAnalysis.VisualBasic.Symbols
''' Retrieves Set method for this property or 'most derived' Set method from closest
''' overridden property if such property exists.
'''
''' NOTE: It is not possible in VB, but possible in other langauges (for example in C#) to
''' NOTE: It is not possible in VB, but possible in other languages (for example in C#) to
''' override read-write property an provide override only for getter, thus inheriting
''' setter's implementation. This method will find the Set method from the most-derived
''' overridden property in this case
......
......@@ -237,7 +237,7 @@ public static string GetResourceText(string fileName)
}
}
private void PrepareCrossLangaugeProjectWithEmittedMetadata()
private void PrepareCrossLanguageProjectWithEmittedMetadata()
{
// Now try variant of CSharpProject that has an emitted assembly
CreateFiles(GetMultiProjectSolutionFiles()
......
......@@ -145,7 +145,7 @@ public void TestCrossLanguageReferencesUsesInMemoryGeneratedMetadata()
[Fact, Trait(Traits.Feature, Traits.Features.Workspace)]
public void TestCrossLanguageReferencesWithOutOfDateMetadataOnDiskUsesInMemoryGeneratedMetadata()
{
PrepareCrossLangaugeProjectWithEmittedMetadata();
PrepareCrossLanguageProjectWithEmittedMetadata();
// recreate the solution so it will reload from disk
var sol = LoadSolution(GetSolutionFileName("TestSolution.sln"));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册