summaryrefslogtreecommitdiff
path: root/completions
diff options
context:
space:
mode:
authorDavid Heidelberg <david.heidelberg@collabora.com>2022-05-09 20:31:52 +0200
committerDavid Heidelberg <david.heidelberg@collabora.com>2022-08-29 23:10:10 +0200
commitc10a0731c9402a257477efc30346e6bfad11ee53 (patch)
tree22041f2272fde783bc2d0b1976164e93bb1ec04c /completions
parentebb29325050d9ab602b878bac2218d22199f38c2 (diff)
fix the spelling in whole piglit
Reviewed-by: Sergi Blanch Torne <sergi.blanch.torne@collabora.com> Signed-off-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/670>
Diffstat (limited to 'completions')
-rw-r--r--completions/bash/piglit4
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/bash/piglit b/completions/bash/piglit
index f0bea2817..87aeb9c95 100644
--- a/completions/bash/piglit
+++ b/completions/bash/piglit
@@ -242,7 +242,7 @@ __piglit_summary_console() {
# Completions for 'summary csv'
#
# This is super simple, it has basically no switches, and the one positional
-# arugment can be provided multiple times
+# argument can be provided multiple times
__piglit_summary_csv() {
local cur=${COMP_WORDS[COMP_CWORD]}
local prev=${COMP_WORDS[COMP_CWORD-1]}
@@ -314,7 +314,7 @@ __piglit_summary_feature() {
# Completions for 'piglit summary html'
#
# This is another fairly complex function to complete. It provides two
-# different positional arugments, the first can be specified only once, the
+# different positional arguments, the first can be specified only once, the
# second can be provided an infinite number of times. It also provides a few
# switches that have positional arguments.
__piglit_summary_html() {