From 1c2ff20ab4b4f0471676c368293c939eeb6be124 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sat, 26 Oct 2019 22:08:50 -0400 Subject: [PATCH] spelling: lifting --- scripts/win_connection_share.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/win_connection_share.ps1 b/scripts/win_connection_share.ps1 index c7c4ece..6c07c47 100644 --- a/scripts/win_connection_share.ps1 +++ b/scripts/win_connection_share.ps1 @@ -51,10 +51,10 @@ Param ( Function Create-HNetObjects { <# .SYNOPSIS - A helper function that does the heavy lifiting with NetCfg.HNetShare + A helper function that does the heavy lifting with NetCfg.HNetShare .DESCRIPTION - A helper function that does the heavy lifiting with NetCfg.HNetShare. This returns a PSObject containing the `INetSharingConfigurationForINetConnection` info of 2 Adapters. + A helper function that does the heavy lifting with NetCfg.HNetShare. This returns a PSObject containing the `INetSharingConfigurationForINetConnection` info of 2 Adapters. .PARAMETER InternetAdaptor The output of Get-NetAdaptor filtered down to the 'main' uplink interface.