Skip to content

Commit b083a01

Browse files
author
Hovsep Mkrtchyan
committed
Typo fix in the comments
1 parent 6cc3cf8 commit b083a01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Common/Commands.Common/AzurePSCmdlet.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,12 @@ protected static void InitializeDataCollectionProfile()
9595
{
9696
if (string.Equals(value, bool.FalseString, StringComparison.OrdinalIgnoreCase))
9797
{
98-
// Disable data collection only if it is explictly set to 'false'.
98+
// Disable data collection only if it is explicitly set to 'false'.
9999
_dataCollectionProfile = new AzurePSDataCollectionProfile(true);
100100
}
101101
else if (string.Equals(value, bool.TrueString, StringComparison.OrdinalIgnoreCase))
102102
{
103-
// Enable data collection only if it is explictly set to 'true'.
103+
// Enable data collection only if it is explicitly set to 'true'.
104104
_dataCollectionProfile = new AzurePSDataCollectionProfile(false);
105105
}
106106
}

0 commit comments

Comments
 (0)