# HG changeset patch # User Richard Dunbar # Date 1424683406 18000 # Node ID a5192a6e0733334c59ce0cc5d7c67b12cfd21efd # Parent 2b9e61f7570e3d741e22f7d64e3c0557078de934 ntpclient: edit typo (bug 131 fix) diff -r 2b9e61f7570e -r a5192a6e0733 ntpclient/receipt --- a/ntpclient/receipt Mon Feb 23 10:14:13 2015 +0100 +++ b/ntpclient/receipt Mon Feb 23 04:23:26 2015 -0500 @@ -30,7 +30,7 @@ { [ -n "$1" ] && return echo "" - echo -n "Do you want to run ntpclient in automatic mode (y/N): "; read t 30 anser + echo -n "Do you want to run ntpclient in automatic mode (y/N): "; read -t 30 anser if [ "$anser" == "y" ]; then srv="fr.pool.ntp.org" echo ""