[oe-commits] Roy Li : apache2: fix a typos

git at git.openembedded.org git at git.openembedded.org
Thu Jan 22 15:27:54 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: cd50f65d4e540c836911f3d0bcf93a868e4ac876
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=cd50f65d4e540c836911f3d0bcf93a868e4ac876

Author: Roy Li <rongqing.li at windriver.com>
Date:   Wed Jan 21 13:49:49 2015 +0800

apache2: fix a typos

fix a typos to remove a warning:
    systemd[1]: [/lib/systemd/system/apache2.service:2] Unknown lvalue
    'Decription' in section 'Unit'

Signed-off-by: Roy Li <rongqing.li at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-webserver/recipes-httpd/apache2/files/apache2.service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-webserver/recipes-httpd/apache2/files/apache2.service b/meta-webserver/recipes-httpd/apache2/files/apache2.service
index f4bcf9e..9b5548c 100644
--- a/meta-webserver/recipes-httpd/apache2/files/apache2.service
+++ b/meta-webserver/recipes-httpd/apache2/files/apache2.service
@@ -1,5 +1,5 @@
 [Unit]
-Decription=The Apache HTTP Server
+Description=The Apache HTTP Server
 After=network.target remote-fs.target nss-lookup.target
 
 [Service]



More information about the Openembedded-commits mailing list