Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11c38b75 authored by Jesper Juhl's avatar Jesper Juhl Committed by Steven Rostedt
Browse files

ktest: Change singular "paranthesis" to plural "parentheses"

parent 24d0c030
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -158,7 +158,7 @@
#
# TEST_START IF (DEFINED ALL_TESTS || ${MYTEST} == boottest) && ${MACHINE} == gandalf
#
# Notice the use of paranthesis. Without any paranthesis the above would be
# Notice the use of parentheses. Without any parentheses the above would be
# processed the same as:
#
# TEST_START IF DEFINED ALL_TESTS || (${MYTEST} == boottest && ${MACHINE} == gandalf)