mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
minor spelling changes
This commit is contained in:
parent
054a3fccf8
commit
0b8011436d
114 changed files with 152 additions and 152 deletions
|
@ -116,7 +116,7 @@ function BackupFile($path) {
|
|||
function Present($dest, $regexp, $line, $insertafter, $insertbefore, $create, $backup, $backrefs, $validate, $encodingobj, $linesep) {
|
||||
|
||||
# Note that we have to clean up the dest path because ansible wants to treat / and \ as
|
||||
# interchangable in windows pathnames, but .NET framework internals do not support that.
|
||||
# interchangeable in windows pathnames, but .NET framework internals do not support that.
|
||||
$cleandest = $dest.Replace("/", "\");
|
||||
|
||||
# Check if destination exists. If it does not exist, either create it if create == "yes"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue