8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 22:43:03 +01:00

Fix typo.

This commit is contained in:
Adriano dos Santos Fernandes 2023-10-27 22:52:16 -03:00 committed by GitHub
parent a946247ffe
commit 9591891e90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.