summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-01-05 16:33:39 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-01-05 16:33:39 -0500
commit315ef919bdc1332ceca519f13fb4e32c9a67d67d (patch)
tree6c832dad61419094abbe7fbd0e0b62320781fed1
parentaee289b480006942a64d665f09c45758c7dd2753 (diff)
downloaddocs-315ef919bdc1332ceca519f13fb4e32c9a67d67d.tar.gz
docs-315ef919bdc1332ceca519f13fb4e32c9a67d67d.tar.bz2
docs-315ef919bdc1332ceca519f13fb4e32c9a67d67d.zip
fix typo: s/update/updated/
-rw-r--r--design-documents/011-auditor-db-sync.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/design-documents/011-auditor-db-sync.rst b/design-documents/011-auditor-db-sync.rst
index bf8f9a52..505f7b49 100644
--- a/design-documents/011-auditor-db-sync.rst
+++ b/design-documents/011-auditor-db-sync.rst
@@ -78,7 +78,7 @@ Proposed Solution
tables from other data *if* we need to recover from backup.
* On schema migration, halt exchange, once auditor DB has
synchronized, update all DB schema (the "ingress" DB schema
- may be update automatically when the exchange DB schema is
+ may be updated automatically when the exchange DB schema is
migrated, but the "trusted" DB of the auditor must most likely
be manually migrated), then finally resume "ingress" to "trusted"
helper-based DB synchronization and restart the exchange.