Fixed typo

This commit is contained in:
Markus Fleschutz 2021-02-26 19:43:49 +01:00
parent efc8f4e681
commit ea67e25058

View File

@ -5,7 +5,7 @@ check-ipv4-address.ps1, checks the given IPv4 address for validity
check-ipv6-address.ps1, checks the given IPv6 address for validity
check-mac-address.ps1, checks the given MAC address for validity
check-symlinks.ps1, checks every symlink in the given directory tree
check-windows-system-files.ps1 - checks the validity of the Windows system files
check-windows-system-files.ps1, checks the validity of the Windows system files
check-xml-file.ps1, checks the given XML file for validity
clean-branch.ps1, cleans the current Git branch (including submodules) from generated files
clone-repos.ps1, clones well-known Git repositories

1 Script,Description Script Description
5 check-ipv6-address.ps1, checks the given IPv6 address for validity check-ipv6-address.ps1 checks the given IPv6 address for validity
6 check-mac-address.ps1, checks the given MAC address for validity check-mac-address.ps1 checks the given MAC address for validity
7 check-symlinks.ps1, checks every symlink in the given directory tree check-symlinks.ps1 checks every symlink in the given directory tree
8 check-windows-system-files.ps1 - checks the validity of the Windows system files check-windows-system-files.ps1 checks the validity of the Windows system files
9 check-xml-file.ps1, checks the given XML file for validity check-xml-file.ps1 checks the given XML file for validity
10 clean-branch.ps1, cleans the current Git branch (including submodules) from generated files clean-branch.ps1 cleans the current Git branch (including submodules) from generated files
11 clone-repos.ps1, clones well-known Git repositories clone-repos.ps1 clones well-known Git repositories