From 5b1e8b7cdc2c7a1e1d2994426378de6f83b061a1 Mon Sep 17 00:00:00 2001 From: Victor Grousset/tuxayo Date: Wed, 26 Feb 2025 02:41:52 +0100 Subject: [PATCH] Bug 36868: (QA follow-up): fix typo in DBRev and DBRev skeleton Hijack this follow-up also fix the source (skeleton) which lead this typo to have 40 occurences! --- .../bug_36868_add_AutoDeleteFromCartWhenHoldPlaced_syspref.pl | 2 +- installer/data/mysql/atomicupdate/skeleton.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/atomicupdate/bug_36868_add_AutoDeleteFromCartWhenHoldPlaced_syspref.pl b/installer/data/mysql/atomicupdate/bug_36868_add_AutoDeleteFromCartWhenHoldPlaced_syspref.pl index be7cf50c46..449ba45d15 100755 --- a/installer/data/mysql/atomicupdate/bug_36868_add_AutoDeleteFromCartWhenHoldPlaced_syspref.pl +++ b/installer/data/mysql/atomicupdate/bug_36868_add_AutoDeleteFromCartWhenHoldPlaced_syspref.pl @@ -8,7 +8,7 @@ return { my ($args) = @_; my ( $dbh, $out ) = @$args{qw(dbh out)}; - # Do you stuffs here + # Do your stuff here $dbh->do( q{ INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES diff --git a/installer/data/mysql/atomicupdate/skeleton.pl b/installer/data/mysql/atomicupdate/skeleton.pl index cece7c8819..c52360bb9e 100755 --- a/installer/data/mysql/atomicupdate/skeleton.pl +++ b/installer/data/mysql/atomicupdate/skeleton.pl @@ -8,7 +8,7 @@ return { my ($args) = @_; my ( $dbh, $out ) = @$args{qw(dbh out)}; - # Do you stuffs here + # Do your stuff here $dbh->do(q{}); # Print useful stuff here -- 2.48.1