Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVipul Kumar <kumar@onenetbeyond.org>2021-10-13 15:25:03 +0300
committerVipul Kumar <kumar@onenetbeyond.org>2021-10-13 15:25:03 +0300
commitb9ff09e9663c1244b1c046e4b1a7b8615679fabe (patch)
treeb3ab6494082714f545acbdbf1f27890cf85188b6 /README.md
parentaee2e0c1252fdfcdecf60d278c5cbc96da7ee74c (diff)
Fix a typo in README
Fix spell of necessary (neccesairy -> necessary).
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 379cf6379..88539bd5e 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ removed](https://about.gitlab.com/2018/09/12/the-road-to-gitaly-1-0/).
For performance reasons some RPCs can be performed through NFS still. An
effort is made to mitigate performance issues by removing [Gitaly N+1](https://gitlab.com/groups/gitlab-org/-/epics/827).
-Once that is no longer neccesairy we can conclude the migration project by
+Once that is no longer necessary we can conclude the migration project by
[removing the Git repository storage paths from gitlab-rails's
configuration](https://gitlab.com/gitlab-org/gitaly/issues/1282).