From 9591891e906df94d66589063fcab3b0333445607 Mon Sep 17 00:00:00 2001 From: Adriano dos Santos Fernandes <529415+asfernandes@users.noreply.github.com> Date: Fri, 27 Oct 2023 22:52:16 -0300 Subject: [PATCH] Fix typo. --- src/burp/restore.epp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/burp/restore.epp b/src/burp/restore.epp index 0a43da379d..26fc615c87 100644 --- a/src/burp/restore.epp +++ b/src/burp/restore.epp @@ -532,7 +532,7 @@ int RESTORE_restore (const TEXT* file_name, const TEXT* database_name) } // If the default publication was backed up with non-default values, - // update the table accorgingly. + // update the table accordingly. // NOTE: This change should be performed in the last transaction // of the restore process, to avoid generating a replication stream // before the database is restored successfully.