From 9c8277247d3e2e60a1f945d82851f58447cbdd74 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 21 Apr 2021 05:38:34 -0400 Subject: Fixes from make codespell Signed-off-by: Daniel J Walsh --- completions/powershell/podman.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'completions/powershell/podman.ps1') diff --git a/completions/powershell/podman.ps1 b/completions/powershell/podman.ps1 index 6b6f832d2..619c5beea 100644 --- a/completions/powershell/podman.ps1 +++ b/completions/powershell/podman.ps1 @@ -161,7 +161,7 @@ Register-ArgumentCompleter -CommandName 'podman' -ScriptBlock { $Values | ForEach-Object { - # store temporay because switch will overwrite $_ + # store temporary because switch will overwrite $_ $comp = $_ # PowerShell supports three different completion modes @@ -216,7 +216,7 @@ Register-ArgumentCompleter -CommandName 'podman' -ScriptBlock { Default { # Like MenuComplete but we don't want to add a space here because # the user need to press space anyway to get the completion. - # Description will not be shown because thats not possible with TabCompleteNext + # Description will not be shown because that's not possible with TabCompleteNext [System.Management.Automation.CompletionResult]::new($($comp.Name | __podman_escapeStringWithSpecialChars), "$($comp.Name)", 'ParameterValue', "$($comp.Description)") } } -- cgit v1.2.3-54-g00ecf