summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilippe Mongeau2015-12-10 20:56:20 -0500
committerPhilippe Mongeau2015-12-10 20:56:20 -0500
commit689512b0839118a400d3a6a9b0ea090add8810e9 (patch)
treea37d7c6d8f82ad3908e14869c312676b1bbf6e59
parent2b34afae48142f485e1b85629b7aefebc64d1889 (diff)
downloadaur-689512b0839118a400d3a6a9b0ea090add8810e9.tar.gz
fixed typo in ympd.install
-rw-r--r--ympd.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/ympd.install b/ympd.install
index 68d8017c93bc..4eb71a754b52 100644
--- a/ympd.install
+++ b/ympd.install
@@ -1,5 +1,5 @@
post_upgrade(){
if [ -e "/etc/conf.d/ympd" ]; then
- echo "WARNING: ympd config file /etc/cond.d/ympd should be moved to /etc/default/ympd"
+ echo "WARNING: ympd config file /etc/conf.d/ympd should be moved to /etc/default/ympd"
fi
}