summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Paik <rpaik@gitlab.com>2019-08-30 03:19:28 +0000
committerRay Paik <rpaik@gitlab.com>2019-08-30 03:19:28 +0000
commitbfdb41be61a268d52250ded1cc9d1eb15ce3a33a (patch)
treea281d5573c003dacf7125cb68a350e6feb8e40c7
parent98f2ab296a9b53b7e6fe467b50a9bcf9b75c6957 (diff)
parentbe685251b0786e1577d9bfc591c36ef0f13c2425 (diff)
downloadgitlab-ce-bfdb41be61a268d52250ded1cc9d1eb15ce3a33a.tar.gz
Merge branch 'patch-79' into 'master'
Fixed spelling See merge request gitlab-org/gitlab-ce!32434
-rw-r--r--doc/development/git_object_deduplication.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/git_object_deduplication.md b/doc/development/git_object_deduplication.md
index 4dd1edf9b5a..e8af6346524 100644
--- a/doc/development/git_object_deduplication.md
+++ b/doc/development/git_object_deduplication.md
@@ -186,7 +186,7 @@ When a pool repository record is created in SQL on a Geo primary, this
will eventually trigger an event on the Geo secondary. The Geo secondary
will then create the pool repository in Gitaly. This leads to an
"eventually consistent" situation because as each pool participant gets
-synchronized, Geo will eventuall trigger garbage collection in Gitaly on
+synchronized, Geo will eventually trigger garbage collection in Gitaly on
the secondary, at which stage Git objects will get deduplicated.
> TODO How do we handle the edge case where at the time the Geo