From 9c893af7ad69b178f10e4e62f0f79a84a9918ae5 Mon Sep 17 00:00:00 2001 From: cafuego Date: Thu, 24 Dec 2015 04:18:39 +0000 Subject: Fix spelling of "it's" to "its" where appropriate. --- lib/support/init.d/gitlab.default.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/support/init.d/gitlab.default.example') 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" -- cgit v1.2.1