From: Steve Hancock Date: Mon, 23 Nov 2020 20:38:13 +0000 (-0800) Subject: spelling fix X-Git-Tag: 20201202~20 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4d1b375433f65bff61f63196495cbef2091fca70;p=perltidy.git spelling fix --- diff --git a/lib/Perl/Tidy/FileWriter.pm b/lib/Perl/Tidy/FileWriter.pm index 1e89670a..4e0deee8 100644 --- a/lib/Perl/Tidy/FileWriter.pm +++ b/lib/Perl/Tidy/FileWriter.pm @@ -207,7 +207,7 @@ sub write_code_line { if ( defined($K) ) { # Convergence check: we are checking if all defined K values arrive in - # the order which was defined by the caller. Quite checking if any + # the order which was defined by the caller. Quit checking if any # unexpected K value arrives. if ( $self->[_K_arrival_order_matches_] ) { my $Kt = pop @{ $self->[_rK_checklist_] };