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@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Roy Li 2015-01-21 13:49:49 +08:00 committed by Martin Jansa
parent c79de61fed
commit aa9bc12fdb

View File

@ -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]