From 4b6fd29f1a0e5e71b1863b843324a7bdc800ef0a Mon Sep 17 00:00:00 2001 From: Pedro Monreal Date: Sun, 2 Feb 2020 09:49:28 +0100 Subject: cleanup: fix typos and wording in docs and comments Closes #4869 Reviewed-by: Emil Engler and Daniel Gustafsson --- tests/keywords.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/keywords.pl') diff --git a/tests/keywords.pl b/tests/keywords.pl index 7ab907fe3..a84753ada 100755 --- a/tests/keywords.pl +++ b/tests/keywords.pl @@ -6,7 +6,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 1998 - 2014, Daniel Stenberg, , et al. +# Copyright (C) 1998 - 2020, Daniel Stenberg, , et al. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms @@ -42,7 +42,7 @@ my $TESTCASES; # start with no test cases for(@cmds) { $_ =~ s/[a-z\/\.]*//g; } -# the the numbers from low to high +# the numbers from low to high for(sort { $a <=> $b } @cmds) { $TESTCASES .= " $_"; } -- cgit v1.2.3