Skip to content

Commit

Permalink
[gitlab] Fix common misspellings via codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
drybjed committed Apr 1, 2023
1 parent 2b3dc7c commit 0af61f0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ansible/roles/gitlab/templates/etc/default/gitlab.j2
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pid_path="$app_root/tmp/pids"
#The default is "$app_root/tmp/sockets"
socket_path="$app_root/tmp/sockets"

# web_server_pid_path defines the path in which to create the pid file fo the web_server
# web_server_pid_path defines the path in which to create the pid file for the web_server
# The default is "$pid_path/unicorn.pid"
web_server_pid_path="$pid_path/unicorn.pid"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ production: &base
port: 443 # Set to 443 if using HTTPS, see installation.md#using-https for additional HTTPS configuration details
https: true # Set to true if using HTTPS, see installation.md#using-https for additional HTTPS configuration details

# Uncommment this line below if your ssh host is different from HTTP/HTTPS one
# Uncomment this line below if your ssh host is different from HTTP/HTTPS one
# (you'd obviously need to replace ssh.host_example.com with your own host).
# Otherwise, ssh host will be set to the `host:` value above
# ssh_host: ssh.host_example.com
Expand Down Expand Up @@ -581,7 +581,7 @@ production: &base
gitaly:
# Path to the directory containing Gitaly client executables.
client_path: {{ gitlab__gitaly_checkout }}/bin
# Default Gitaly authentication token. Can be overriden per storage. Can
# Default Gitaly authentication token. Can be overridden per storage. Can
# be left blank when Gitaly is running locally on a Unix socket, which
# is the normal way to deploy Gitaly.
token:
Expand Down Expand Up @@ -651,7 +651,7 @@ production: &base

## Webpack settings
# If enabled, this will tell rails to serve frontend assets from the webpack-dev-server running
# on a given port instead of serving directly from /assets/webpack. This is only indended for use
# on a given port instead of serving directly from /assets/webpack. This is only intended for use
# in development.
webpack:
# dev_server:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ GC.respond_to?(:copy_on_write_friendly=) and
check_client_connection false

before_fork do |server, worker|
# the following is highly recomended for Rails + "preload_app true"
# the following is highly recommended for Rails + "preload_app true"
# as there's no need for the master process to hold a connection
defined?(ActiveRecord::Base) and
ActiveRecord::Base.connection.disconnect!
Expand Down
2 changes: 1 addition & 1 deletion docs/ansible/roles/gitlab/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Docker Registry support

The :ref:`debops.docker_registry` Ansible role can be used as a backend to the
GitLab Container Registry service. The ``debops.gitlab`` playbook will import
the :ref:`debops.docker_registry` playbook to faciliate configuration
the :ref:`debops.docker_registry` playbook to facilitate configuration
synchronization between the two services. The installation process with Docker
Registry role enabled will be:

Expand Down

0 comments on commit 0af61f0

Please sign in to comment.