Skip to content

Commit 72dad35

Browse files
committed
Fix typo succesful => successful
Signed-off-by: Petr Vorel <[email protected]>
1 parent 12765c1 commit 72dad35

File tree

26 files changed

+40
-51
lines changed

26 files changed

+40
-51
lines changed

testcases/commands/eject/eject-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ test3()
9999
if grep -q "$CD_DRIVE" /proc/mounts; then
100100
tst_res TFAIL "$CD_DRIVE is stil moutned"
101101
else
102-
tst_res TPASS "$CD_DRIVE umounted succesfully"
102+
tst_res TPASS "$CD_DRIVE umounted successfully"
103103
fi
104104
}
105105

testcases/kernel/controllers/cpuctl/run_cpuctl_stress_test.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ usage ()
200200
cleanup;
201201
exit -1;
202202
else
203-
echo "Succesfully launched def task $! too";
203+
echo "Successfully launched def task $! too";
204204
fi
205205
;;
206206
"9" )
@@ -279,7 +279,7 @@ usage ()
279279
cleanup;
280280
exit -1;
281281
else
282-
echo "Succesfully launched def task $! too";
282+
echo "Successfully launched def task $! too";
283283
fi
284284
;;
285285
"10" )
@@ -346,7 +346,7 @@ usage ()
346346
cleanup;
347347
exit -1;
348348
else
349-
echo "Succesfully launched def task $! too";
349+
echo "Successfully launched def task $! too";
350350
fi
351351
;;
352352
* )

testcases/kernel/controllers/cpuctl/run_cpuctl_test.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ NUM_CPUS=`tst_ncpus`
144144
cleanup;
145145
exit -1;
146146
else
147-
echo "Succesfully launched def task $! too";
147+
echo "Successfully launched def task $! too";
148148
fi
149149
;;
150150
"4" )
@@ -210,7 +210,7 @@ NUM_CPUS=`tst_ncpus`
210210
cleanup;
211211
exit -1;
212212
else
213-
echo "Succesfully launched def task $! too";
213+
echo "Successfully launched def task $! too";
214214
fi
215215
;;
216216
"5" )
@@ -270,7 +270,7 @@ NUM_CPUS=`tst_ncpus`
270270
cleanup;
271271
exit -1;
272272
else
273-
echo "Succesfully launched def task $! too";
273+
echo "Successfully launched def task $! too";
274274
fi
275275
;;
276276

testcases/kernel/syscalls/msync/msync01.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* of, or all of a mapped region.
2626
*
2727
* Expected Result:
28-
* msync() should succeed with a return value of 0, and succesfully
28+
* msync() should succeed with a return value of 0, and successfully
2929
* synchronize the memory region. Data read from mapped region should be
3030
* the same as the initialized data.
3131
*

testcases/kernel/syscalls/symlink/symlink01.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -658,10 +658,10 @@ int creat_symlink(char *path1, char *path2, char *_path3)
658658
path1, errno, strerror(errno));
659659
return 0;
660660
} else {
661-
sprintf(Buf, "symlink(%s, %s) was succesful.\n", path1, path2);
661+
sprintf(Buf, "symlink(%s, %s) was successful.\n", path1, path2);
662662
strcat(Buffer, Buf);
663663
#if DEBUG
664-
tst_resm(TPASS, "symlink(%s, %s) was succesful.", path1, path2);
664+
tst_resm(TPASS, "symlink(%s, %s) was successful.", path1, path2);
665665
#endif
666666
}
667667
return 1;
@@ -685,10 +685,10 @@ int creat_object(char *path1, char *_path2, char *_path3)
685685
path1, errno, strerror(errno));
686686
return 0;
687687
} else {
688-
sprintf(Buf, "creat(%s, %#o) was succesful.\n", path1, MODE);
688+
sprintf(Buf, "creat(%s, %#o) was successful.\n", path1, MODE);
689689
strcat(Buffer, Buf);
690690
#if DEBUG
691-
tst_resm(TPASS, "creat(%s, %#o) was succesful.", path1, MODE);
691+
tst_resm(TPASS, "creat(%s, %#o) was successful.", path1, MODE);
692692
#endif
693693
}
694694
if (close(fd) == -1) {

testcases/lib/tst_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ _tst_cleanup_timer()
528528
{
529529
if [ -n "$_tst_setup_timer_pid" ]; then
530530
kill -TERM $_tst_setup_timer_pid 2>/dev/null
531-
# kill is succesful only on test timeout
531+
# kill is successful only on test timeout
532532
wait $_tst_setup_timer_pid 2>/dev/null || true
533533
fi
534534
}

testcases/open_posix_testsuite/conformance/interfaces/aio_read/8-1.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* assertion:
1111
*
1212
* The aio_read() function shall return the value -1 and set errno to
13-
* indicate error if the operation is not succesfully queued.
13+
* indicate error if the operation is not successfully queued.
1414
*
1515
* method:
1616
*

testcases/open_posix_testsuite/conformance/interfaces/aio_read/assertions.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</assertion>
2929
<assertion id="8" tag="ref:XSH6TC2:4155:4155">
3030
The aio_read() function shall return the value -1 and set errno to
31-
indicate error if the operation is not succesfully queued.
31+
indicate error if the operation is not successfully queued.
3232
</assertion>
3333
<assertion id="9" tag="ref:XSH6TC2:4158:4159">
3434
aio_read() shall fail with [EAGAIN] if:
@@ -46,16 +46,16 @@
4646
value, or aio_nbytes is an invalid value.
4747
</assertion>
4848
<assertion id="12" tag="ref:XSH6TC2:4174:4174">
49-
The error status of a succesfully queued operation shall be:
49+
The error status of a successfully queued operation shall be:
5050
[EBADF] if the aio_fildes argument is not a valid file descriptor open for
5151
reading.
5252
</assertion>
5353
<assertion id="13" tag="ref:XSH6TC2:4375:4376">
54-
The error status of a succesfully queued operation shall be:
54+
The error status of a successfully queued operation shall be:
5555
[ECANCELED] if The requested I/O was canceled before the I/O completed.
5656
</assertion>
5757
<assertion id="14" tag="ref:XSH6TC2:4177:4177">
58-
The error status of a succesfully queued operation shall be:
58+
The error status of a successfully queued operation shall be:
5959
[EINVAL] if aio_offset would be invalid, or aio_reqprio is not a valid
6060
value, or aio_nbytes is an invalid value.
6161
</assertion>

testcases/open_posix_testsuite/conformance/interfaces/aio_write/6-1.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,14 @@
1010
* assertion:
1111
*
1212
* The aio_write() function shall return the value -1 and set errno to
13-
indicate error if the operation is not succesfully queued.
13+
indicate error if the operation is not successfully queued.
1414
*
1515
* method:
1616
*
1717
* - if Prioritized Input and Output option is supported, fill in an
1818
* aiocb with invalid aio_reqprio
1919
* - call aio_write
2020
* - check aio_write return value
21-
*
2221
*/
2322

2423
#include <stdio.h>

testcases/open_posix_testsuite/conformance/interfaces/aio_write/assertions.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</assertion>
2222
<assertion id="6" tag="ref:XSH6TC2:4348:4349">
2323
The aio_write() function shall return the value -1 and set errno to
24-
indicate error if the operation is not succesfully queued.
24+
indicate error if the operation is not successfully queued.
2525
</assertion>
2626
<assertion id="7" tag="ref:XSH6TC2:4352:4353">
2727
aio_write() shall fail with [EAGAIN] if:
@@ -38,17 +38,17 @@
3838
aio_nbytes is an invalid value.
3939
</assertion>
4040
<assertion id="10" tag="ref:XSH6TC2:4369:4369">
41-
The error status of a succesfully queued operation shall be:
41+
The error status of a successfully queued operation shall be:
4242
[EBADF] if the aio_fildes argument is not a valid file descriptor open for
4343
writing.
4444
</assertion>
4545
<assertion id="11" tag="ref:XSH6TC2:4370:4370">
46-
The error status of a succesfully queued operation shall be:
46+
The error status of a successfully queued operation shall be:
4747
[EINVAL] if aio_offset would be invalid, or aio_reqprio is not a valid
4848
value, or aio_nbytes is an invalid value.
4949
</assertion>
5050
<assertion id="12" tag="ref:XSH6TC2:4371:4372">
51-
The error status of a succesfully queued operation shall be:
51+
The error status of a successfully queued operation shall be:
5252
[ECANCELED] The requested I/O was canceled before the I/O completed.
5353
</assertion>
5454
<assertion id="13" tag="ref:XSH6TC2:4374:4376">

0 commit comments

Comments
 (0)