From bd6eddc5d23a01aef6758f620a205601786abefb Mon Sep 17 00:00:00 2001 From: David Cook Date: Thu, 20 Mar 2025 02:54:23 +0000 Subject: [PATCH] Bug 39392: Fix typos in atomicupdate README Content-Type: text/plain; charset=utf-8 This just fixes some typos in the automicupdate README. There's nothing to test. Just need to review it. Signed-off-by: Magnus Enger Makes sense as far as I can tell. Signed-off-by: Marcel de Rooy --- installer/data/mysql/atomicupdate/README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/installer/data/mysql/atomicupdate/README b/installer/data/mysql/atomicupdate/README index 08369ab067..3100aa6450 100644 --- a/installer/data/mysql/atomicupdate/README +++ b/installer/data/mysql/atomicupdate/README @@ -1,9 +1,9 @@ Please put your database revision files in this folder. -The Release Manager will remove them here when pushing your patches. +The Release Manager will remove them from here when pushing your patches. -To use the skeleton .perl for your update: +To use the skeleton.pl for your update: -% cp installer/data/mysql/atomicupdate/skeleton.perl -installer/data/mysql/atomicupdate/bug_XXXXX.perl +% cp installer/data/mysql/atomicupdate/skeleton.pl +installer/data/mysql/atomicupdate/bug_XXXXX.pl and put your modifications in where noted. -- 2.39.5