diff options
author | James Qian <sotux82@gmail.com> | 2018-12-15 21:16:23 +0800 |
---|---|---|
committer | James Qian <sotux82@gmail.com> | 2018-12-15 21:16:23 +0800 |
commit | a07454d02693a8ed3d235371cfea80bd811e9cd6 (patch) | |
tree | fea74809e80e168c1b7b3438df60dedeaf9e5d1d /net/aria2/files | |
parent | 41457bdc46aa24499d7f9bed309e988ef79576d9 (diff) |
aria2: fix some typo
Signed-off-by: James Qian <sotux82@gmail.com>
Diffstat (limited to 'net/aria2/files')
-rwxr-xr-x | net/aria2/files/aria2.init | 4 |
1 files changed, 2 insertions, 2 deletions
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." |