summaryrefslogtreecommitdiffstatshomepage
path: root/zsh/wsl.zsh
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-04-10 18:02:20 -0500
committerToby Vincent <tobyv13@gmail.com>2021-04-10 18:02:20 -0500
commit3f27593e34b3bc0363bb3a6bd81fe4e2402d0487 (patch)
treef6724a10593e74e2467de7649d62fe4f02b8265f /zsh/wsl.zsh
parent6e48b2e2d5998a5cfb733ec3fec6743e1a9bc1b6 (diff)
fix: fixed typo
Diffstat (limited to 'zsh/wsl.zsh')
-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
;;