From 200295a4e9a13aa25572129356cc41f220c3a5e1 Mon Sep 17 00:00:00 2001 From: Michael Stypa Date: Fri, 12 May 2017 14:46:28 +0200 Subject: [PATCH] fix typo --- contrib/archlinux/ebusd.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/archlinux/ebusd.install b/contrib/archlinux/ebusd.install index aa1cf3f8..63f37285 100644 --- a/contrib/archlinux/ebusd.install +++ b/contrib/archlinux/ebusd.install @@ -4,7 +4,7 @@ post_install() { echo " (especially if your device is not /dev/ttyUSB0)" echo "2. Place CSV configuration files in /etc/ebusd/" echo " (see https://github.com/john30/ebusd-configuration)" - echo "3. To tart the daemon, enter 'systemctl start ebusd'" + echo "3. To start the daemon, enter 'systemctl start ebusd'" echo "4. Check the log file /var/log/ebusd.log" }