Skip to content

Commit dfe6cef

Browse files
committed
finxing typos
1 parent 8a251e3 commit dfe6cef

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Common/Commands.Common.Authentication/LegacySupport.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,11 @@ namespace Microsoft.Azure.Common.Authentication
2222
public static class AzureSession
2323
{
2424
/// <summary>
25-
/// The ClientFactory used to produce manageemnt clients in this session
25+
/// The ClientFactory used to produce management clients in this session
2626
/// </summary>
2727
public static IClientFactory ClientFactory
2828
{
2929
get { return Commands.Common.Authentication.AzureSession.ClientFactory; }
3030
}
3131
}
32-
33-
3432
}

0 commit comments

Comments
 (0)