git: f066a425059e - main - test/netfibs: Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sun, 17 Aug 2025 07:35:20 UTC
The branch main has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=f066a425059e6ce80997f8ed850b74cc168c4d5e

commit f066a425059e6ce80997f8ed850b74cc168c4d5e
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-08-17 07:32:10 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-08-17 07:32:10 +0000

    test/netfibs: Fix a typo in a source code comment
    
    - s/aguments/arguments/
    
    MFC after:      3 days
---
 tools/test/netfibs/reflector.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/test/netfibs/reflector.sh b/tools/test/netfibs/reflector.sh
index b9500689a321..a68019532010 100755
--- a/tools/test/netfibs/reflector.sh
+++ b/tools/test/netfibs/reflector.sh
@@ -897,7 +897,7 @@ testrx_run_test()
 	*)	_opts="-d" ;;
 	esac
 
-	# Convert netcat options to reflect aguments.
+	# Convert netcat options to reflect arguments.
 	case "${_o}" in
 	-i)	_opts="${_opts} -T TCP6" ;;	# Use TCP for START/DONE.
 	-u)	_opts="${_opts} -T UDP6" ;;