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

git at git.openembedded.org git at git.openembedded.org
Wed Jan 28 09:14:02 UTC 2015


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

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