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.