From a07454d02693a8ed3d235371cfea80bd811e9cd6 Mon Sep 17 00:00:00 2001 From: James Qian Date: Sat, 15 Dec 2018 21:16:23 +0800 Subject: aria2: fix some typo Signed-off-by: James Qian --- net/aria2/files/aria2.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/aria2/files') diff --git a/net/aria2/files/aria2.init b/net/aria2/files/aria2.init index 99212548d..99e2476fc 100755 --- a/net/aria2/files/aria2.init +++ b/net/aria2/files/aria2.init @@ -312,9 +312,9 @@ aria2_start() { if [ -n "$user" ]; then if ( user_exists "$user" && _change_owner "$user" "$config_dir" "$log" ); then - _info "Aria2 will run with uer '${user}'." + _info "Aria2 will run with user '${user}'." if [ "$user" != "root" ]; then - _info "Please make sure user '${user}' has write access to downlod dir: ${dir}" + _info "Please make sure user '${user}' has write access to download dir: ${dir}" fi else _info "Set run user to '${user}' failed, default user will be used." -- cgit v1.2.3