From bf9f637ca8c015f4a247f52216474dba326a988c Mon Sep 17 00:00:00 2001 From: Eirikr Hinngart <151315375+Oichkatzelesfrettschen@users.noreply.github.com> Date: Sat, 17 May 2025 00:49:28 -0700 Subject: [PATCH] Fix typo in testrelpol comment --- minix/tests/testrelpol.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 minix/tests/testrelpol.sh diff --git a/minix/tests/testrelpol.sh b/minix/tests/testrelpol.sh old mode 100755 new mode 100644 index 0865c1f28..e9cfec8a8 --- a/minix/tests/testrelpol.sh +++ b/minix/tests/testrelpol.sh @@ -27,7 +27,7 @@ # # 2. define the following shell function: # pol_() {} -# - it will recieve the following parameters: +# - it will receive the following parameters: # + service filename as $1 : the full path to the proc entry # + label as $2 : the service label # - which prints 'ok' on success, 'not ok' on failure.