diff --git a/ee/app/controllers/ee/repositories/git_http_controller.rb b/ee/app/controllers/ee/repositories/git_http_controller.rb index fa8efe31cdc18330957ee3966d54e692471bd166..28b3732020450dcaa21d9fb3b765999fad3480d4 100644 --- a/ee/app/controllers/ee/repositories/git_http_controller.rb +++ b/ee/app/controllers/ee/repositories/git_http_controller.rb @@ -20,7 +20,7 @@ def info_refs super end - # This is reached on a primary for a request orignating on a secondary + # This is reached on a primary for a request originating on a secondary # only when the repository on the secondary is out of date with that on # the primary override :git_upload_pack @@ -30,7 +30,7 @@ def git_upload_pack super end - # This is reached on a primary for a request orignating on a secondary + # This is reached on a primary for a request originating on a secondary # only when the repository on the secondary is out of date with that on # the primary override :ssh_upload_pack @@ -44,7 +44,7 @@ def ssh_upload_pack end end - # This is reached on a primary for a request orignating on a secondary + # This is reached on a primary for a request originating on a secondary # only when the repository on the secondary is out of date with that on # the primary override :ssh_receive_pack