From f9ed775cb7de8979ba8e190c57839f0a5fdad3b4 Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@users.sourceforge.net>
Date: Sun, 19 Jun 2011 14:00:40 +0000
Subject: [PATCH] Typo error

---
 build/deb/postinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/deb/postinst b/build/deb/postinst
index b16cef13838..0fbb8c73d7e 100644
--- a/build/deb/postinst
+++ b/build/deb/postinst
@@ -113,7 +113,7 @@ case "$1" in
 			#
 			chown -R $webuser.$webgroup /usr/share/dolibarr
 
-            # Put contet of conf file into apache httpd.conf main file (/etc/apache2/httpd.conf)
+            # Put content of conf file into apache httpd.conf main file (/etc/apache2/httpd.conf)
 			#includefile="/etc/dolibarr/apache.conf"
 			#. /usr/share/dolibarr/build/deb/apache-include_all.sh
 			#test "$status" = "uncomment" -o "$status" = "include" && restart="$server $restart"
-- 
GitLab