From f39dcfdf67378303ab3fa5e474fd3c8283432d03 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 27 Aug 2022 14:40:13 +0000 Subject: [PATCH] Bug 31374: (QA follow-up) Fix typo collumn in database update Signed-off-by: Katrin Fischer --- installer/data/mysql/atomicupdate/bug_31374.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/atomicupdate/bug_31374.pl b/installer/data/mysql/atomicupdate/bug_31374.pl index 80c278e934..58b1c73df8 100755 --- a/installer/data/mysql/atomicupdate/bug_31374.pl +++ b/installer/data/mysql/atomicupdate/bug_31374.pl @@ -2,7 +2,7 @@ use Modern::Perl; return { bug_number => "31374", - description => "Add a non-public note collumn to the suggestions table", + description => "Add a non-public note column to the suggestions table", up => sub { my ($args) = @_; my ($dbh, $out) = @$args{qw(dbh out)}; -- 2.30.2