Skip to content

Commit

Permalink
A couple of typos corrected.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Read committed Mar 27, 2012
1 parent 8223d10 commit 6d3db93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ckan_deb/usr/lib/ckan/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -220,11 +220,11 @@ ckan_overwrite_apache_config () {
#rm /etc/apache2/sites-available/${INSTANCE}.common
cat <<EOF > /etc/apache2/sites-available/${INSTANCE}.common
# WARNING: Do not manually edit this file, it is desgined to be
# WARNING: Do not manually edit this file, it is designed to be
# overwritten at any time by the postinst script of
# dependent packages
# These are common settings used for both the normal and maintence modes
# These are common settings used for both the normal and maintenance modes
DocumentRoot /var/lib/ckan/${INSTANCE}/static
ServerName ${ServerName}
Expand Down Expand Up @@ -266,7 +266,7 @@ EOF
#rm /etc/apache2/sites-available/${INSTANCE}
cat <<EOF > /etc/apache2/sites-available/${INSTANCE}
<VirtualHost *:80>
# WARNING: Do not manually edit this file, it is desgined to be
# WARNING: Do not manually edit this file, it is designed to be
# overwritten at any time by the postinst script of
# dependent packages
Include /etc/apache2/sites-available/${INSTANCE}.common
Expand All @@ -275,7 +275,7 @@ EOF
#rm /etc/apache2/sites-available/${INSTANCE}.maint
cat <<EOF > /etc/apache2/sites-available/${INSTANCE}.maint
<VirtualHost *:80>
# WARNING: Do not manually edit this file, it is desgined to be
# WARNING: Do not manually edit this file, it is designed to be
# overwritten at any time by the postinst script of
# dependent packages
Include /etc/apache2/sites-available/${INSTANCE}.common
Expand Down

0 comments on commit 6d3db93

Please sign in to comment.