summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2018-02-15 11:30:39 +0000
committerSean McGivern <sean@mcgivern.me.uk>2018-02-15 11:30:39 +0000
commit6ab8f1858a342ec33ee45323d377da35776a0b70 (patch)
treeeac7c939524fd1fe84527b346127e96686d09136 /doc
parentf3003d130663f3b10982deac10f9572d89db417b (diff)
parent6771108d6fc31947c0c2d060ead5739bd84983d3 (diff)
downloadgitlab-ce-6ab8f1858a342ec33ee45323d377da35776a0b70.tar.gz
Merge branch 'patch-19' into 'master'
Remove double negative See merge request gitlab-org/gitlab-ce!17049
Diffstat (limited to 'doc')
-rw-r--r--doc/administration/operations/fast_ssh_key_lookup.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/operations/fast_ssh_key_lookup.md b/doc/administration/operations/fast_ssh_key_lookup.md
index 9d1589d84aa..a795d5116ea 100644
--- a/doc/administration/operations/fast_ssh_key_lookup.md
+++ b/doc/administration/operations/fast_ssh_key_lookup.md
@@ -56,7 +56,7 @@ new one, and attempting to pull a repo.
> **Warning:** Do not disable writes until SSH is confirmed to be working
perfectly, because the file will quickly become out-of-date.
-In the case of lookup failures (which are not uncommon), the `authorized_keys`
+In the case of lookup failures (which are common), the `authorized_keys`
file will still be scanned. So git SSH performance will still be slow for many
users as long as a large file exists.