]> git.donarmstrong.com Git - perltidy.git/commitdiff
spelling fix
authorSteve Hancock <perltidy@users.sourceforge.net>
Mon, 23 Nov 2020 20:38:13 +0000 (12:38 -0800)
committerSteve Hancock <perltidy@users.sourceforge.net>
Mon, 23 Nov 2020 20:38:13 +0000 (12:38 -0800)
lib/Perl/Tidy/FileWriter.pm

index 1e89670a3f458592bba81bca425c419dbaf30527..4e0deee8db06ce241bbc6dec9bb59ae1d86d66bb 100644 (file)
@@ -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_] };