diff options
author | Eric Engestrom <eric@engestrom.ch> | 2016-04-03 19:21:26 +0100 |
---|---|---|
committer | Vinson Lee <vlee@freedesktop.org> | 2016-04-16 22:39:55 -0700 |
commit | d8652b4da9a5520a5dd7181524cd47f6d8ce93c6 (patch) | |
tree | e29196df0038307ee0cff83d9f5abe94d9b4e513 /completions | |
parent | ed6906f8580403f913b960b71d38df951b771011 (diff) |
completion/bash: Fix spelling mistakes
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Dylan Baker <baker.dylan.c@gmail.com>
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Diffstat (limited to 'completions')
-rw-r--r-- | completions/bash/piglit | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/bash/piglit b/completions/bash/piglit index 1227ab607..b6cfdd116 100644 --- a/completions/bash/piglit +++ b/completions/bash/piglit @@ -35,7 +35,7 @@ __piglit_results_extensions="@(json|json.xz|json.gz|json.bz2)" # # This handles everything piglit run expects, with one small caviat, after the # first profile is provided, it mixes profiles and directories together, since -# either addtional profiles or a directory can be provided. After something +# either additional profiles or a directory can be provided. After something # that isn't a profile is provided it wont auto complete any more positional # arguments. __piglit_run() { @@ -209,7 +209,7 @@ __piglit_summary_aggregate() { # Completions for 'summary console' # -# This function is extremly simple, it takes an infinite number of positional +# This function is extremely simple, it takes an infinite number of positional # arguments which are all the same, a couple of switches, and only two of them # take arguments. __piglit_summary_console() { |