From f180a53351df82faef76cb169e6f2c83b57561c8 Mon Sep 17 00:00:00 2001 From: taradiddles Date: Fri, 27 Apr 2018 22:50:13 +0300 Subject: [PATCH] fix typo --- code/productivity/qvm-cmds-bash-completion.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/productivity/qvm-cmds-bash-completion.bash b/code/productivity/qvm-cmds-bash-completion.bash index af9ad2a..36a5f21 100644 --- a/code/productivity/qvm-cmds-bash-completion.bash +++ b/code/productivity/qvm-cmds-bash-completion.bash @@ -14,7 +14,7 @@ # Output the relative position of COMP_CWORD with option words ignored # Note: This logic is flawed when using option arguments (eg. -s blah). -# Unfortunately there is now way to solve this except parsing every +# Unfortunately there is no way to solve this except parsing every # known option for a given qvm-* command _get-cword() { local index=0 @@ -28,7 +28,7 @@ _get-cword() { # Output the relative position of COMP_CWORD with option words ignored # Note: This logic is flawed when using option arguments (eg. -s blah). -# Unfortunately there is now way to solve this except parsing every +# Unfortunately there is no way to solve this except parsing every # known option for a given qvm-* command _get-first-word() { local i