aboutsummaryrefslogtreecommitdiff
path: root/net/aria2/files
diff options
context:
space:
mode:
authorJames Qian <sotux82@gmail.com>2018-12-15 21:16:23 +0800
committerJames Qian <sotux82@gmail.com>2018-12-15 21:16:23 +0800
commita07454d02693a8ed3d235371cfea80bd811e9cd6 (patch)
treefea74809e80e168c1b7b3438df60dedeaf9e5d1d /net/aria2/files
parent41457bdc46aa24499d7f9bed309e988ef79576d9 (diff)
aria2: fix some typo
Signed-off-by: James Qian <sotux82@gmail.com>
Diffstat (limited to 'net/aria2/files')
-rwxr-xr-xnet/aria2/files/aria2.init4
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."