aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--zsh/wsl.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/wsl.zsh b/zsh/wsl.zsh
index 70b8d24..6dc39fa 100644
--- a/zsh/wsl.zsh
+++ b/zsh/wsl.zsh
@@ -17,7 +17,7 @@ function winget() {
shift # past argument
shift # past value
;;
- *) # positional paramert
+ *) # positional argument
cmd+=" '$1'" # add it to the list
shift # past argument
;;