diff options
| author | cafuego <me@cafuego.net> | 2015-12-24 04:18:39 +0000 |
|---|---|---|
| committer | Peter Lieverdink <me@cafuego.net> | 2015-12-24 15:28:12 +1100 |
| commit | 9c893af7ad69b178f10e4e62f0f79a84a9918ae5 (patch) | |
| tree | 3960069b3e6dece4de7efd9821b0413721849f4b /lib/support/init.d/gitlab.default.example | |
| parent | c75ac8218e9540aff2115755263e01ba8ecb7de2 (diff) | |
| download | gitlab-ce-9c893af7ad69b178f10e4e62f0f79a84a9918ae5.tar.gz | |
Fix spelling of "it's" to "its" where appropriate.
Diffstat (limited to 'lib/support/init.d/gitlab.default.example')
| -rwxr-xr-x | lib/support/init.d/gitlab.default.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/support/init.d/gitlab.default.example b/lib/support/init.d/gitlab.default.example index 7fc495db545..1937ca582b0 100755 --- a/lib/support/init.d/gitlab.default.example +++ b/lib/support/init.d/gitlab.default.example @@ -9,11 +9,11 @@ RAILS_ENV="production" # The default is "git". app_user="git" -# app_root defines the folder in which gitlab and it's components are installed. +# app_root defines the folder in which gitlab and its components are installed. # The default is "/home/$app_user/gitlab" app_root="/home/$app_user/gitlab" -# pid_path defines a folder in which the gitlab and it's components place their pids. +# pid_path defines a folder in which the gitlab and its components place their pids. # This variable is also used below to define the relevant pids for the gitlab components. # The default is "$app_root/tmp/pids" pid_path="$app_root/tmp/pids" |
