From 5acc09c74469814eac904da77be3103430fe3f48 Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Thu, 16 Aug 2018 20:43:14 -0300 Subject: Fix minor typos --- config_sample.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config_sample.rb') diff --git a/config_sample.rb b/config_sample.rb index 579e9c3..3602a59 100644 --- a/config_sample.rb +++ b/config_sample.rb @@ -51,7 +51,7 @@ # You have 2 Options: # 1. change logrotate to allow /var/log/apache2/* to be read by apache # (=> change the line »create 640 root adm«) -# 2. change $conf.errorlog to another file and creat a new rule for logrotate. +# 2. change $conf.errorlog to another file and create a new rule for logrotate. # DO NOT FORGET TO ADD THE ERROR LOG TO LOGROTATE IF YOU CHANGE THE PATH # TO OTHER THAN /var/log/apache2/* ! # If you do not know what to do what I am speaking about, just do not uncomment @@ -59,7 +59,7 @@ #$conf.errorlog = "/var/log/dudle_error.log" #$conf.bugreportmail = "webmaster@yoursite.example.org" -# Send bug reports automatically with the programm “mail” +# Send bug reports automatically with the program “mail” #$conf.auto_send_report = false # Add the following htmlcode to the startpage. -- cgit v1.2.3