Skip to content

Commit b4d3d01

Browse files
fixing typo
1 parent 20b2cf6 commit b4d3d01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ADMF/en-us/strings.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
'Set-AdmfContext.Context.Error.PreImport' = 'Error executing pre-import script for context {0}' # $ContextObject.Name
4141
'Set-AdmfContext.Context.InvalidInput' = 'Invalid context input: {0} of type {1}. Either provide a name (as string) or a context object returned by Get-AdmfContext' # $contextObject, $contextObject.GetType().FullName
4242
'Set-AdmfContext.Context.Loading' = 'Processing configuration file | Context: {0} | Object Type: {1} | File: {2}' # $ContextObject.Name, $key, $file.FullName
43-
'Set-AdmfContext.Context.NotFound' = 'Unable to find ccontext: {0}' # $contextObject
43+
'Set-AdmfContext.Context.NotFound' = 'Unable to find context: {0}' # $contextObject
4444
'Set-AdmfContext.Domain.AccessError' = 'Failed to connect to {0} via ADWS' # $Server
4545
'Set-AdmfContext.Interactive.Cancel' = 'Interactive prompt cancelled by user' #
4646
'Set-AdmfContext.Resolution.ExclusionConflict' = 'Unable to process contexts, as a conflict between contexts has been detected: {0}' # ($conflictingContexts.Name -join ", ")

0 commit comments

Comments
 (0)