Fix typo.

This commit is contained in:
Manuel Friedli 2020-09-18 00:38:38 +02:00
parent e8280e5916
commit f2c8ad8b9d
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
# - sys-apps/coreutils (`cut`, `id`, `sort`, `touch`, `tr`, `uniq`) #
# - sys-apps/grep (`grep`) #
# - sys-apps/moreutils (`sponge`) #
# - sys-apps/net_tools (`netstat`) #
# - sys-apps/net-tools (`netstat`) #
# - sys-apps/util-linux (`getopt`) #
# #
################################################################################
@ -56,7 +56,7 @@ dependencies=(
"uniq" "sys-apps/coreutils"
"grep" "sys-apps/grep"
"sponge" "sys-apps/moreutils"
"netstat" "sys-apps/net_tools"
"netstat" "sys-apps/net-tools"
"getopt" "sys-apps/util-linux"
)