From 78259826cd35fd1b03cf0fce122c6e3e2fd69961 Mon Sep 17 00:00:00 2001 From: Binbin Date: Wed, 24 Aug 2022 20:07:43 +0800 Subject: Bump codespell from 2.1.0 to 2.2.1 in /.codespell (#11184) add a few terms to the white list, and fix a few newly detected typos --- tests/support/util.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/support') diff --git a/tests/support/util.tcl b/tests/support/util.tcl index c7aef0f50..0499fd055 100644 --- a/tests/support/util.tcl +++ b/tests/support/util.tcl @@ -158,7 +158,7 @@ proc count_log_lines {srv_idx} { # returns the number of times a line with that pattern appears in a file proc count_message_lines {file pattern} { set res 0 - # exec fails when grep exists with status other than 0 (when the patter wasn't found) + # exec fails when grep exists with status other than 0 (when the pattern wasn't found) catch { set res [string trim [exec grep $pattern $file 2> /dev/null | wc -l]] } -- cgit v1.2.1