Skip to content

Commit 7dcc689

Browse files
Michael Ernstaivanov-jdk
authored andcommitted
8299563: Fix typos
Reviewed-by: lancea, aivanov, sspitsyn
1 parent 44be5ed commit 7dcc689

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

test/jaxp/javax/xml/jaxp/unittest/stream/XMLStreamReaderTest/XMLSchema.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@
647647
<xs:complexType name="element" abstract="true">
648648
<xs:annotation>
649649
<xs:documentation>
650-
The element element can be used either
650+
The element can be used either
651651
at the top level to define an element-type binding globally,
652652
or within a content model to either reference a globally-defined
653653
element or type or declare an element-type binding locally.

test/jdk/javax/xml/jaxp/testng/parse/XMLEntityScannerLoad.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* https://bugs.openjdk.org/browse/JDK-8059327
4040
*
4141
* Also:
42-
* JDK-8061550: XMLEntityScanner can corrupt corrupt content during parsing
42+
* JDK-8061550: XMLEntityScanner can corrupt content during parsing
4343
* https://bugs.openjdk.org/browse/JDK-8061550
4444
*
4545
* @Summary: verify that the character cache in XMLEntityScanner is reset properly

test/jdk/sun/jvmstat/testlibrary/utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ kill_proc_common() {
178178
# check if it's still hanging around
179179
if [ $? -eq 0 ]
180180
then
181-
# it's still lingering, now it it hard
181+
# it's still lingering, now hit it hard
182182
kill -KILL ${kpid} 2>/dev/null
183183
if [ $? -ne 0 ]
184184
then

test/jdk/sun/management/jmxremote/bootstrap/JMXInterfaceBindingTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public void run() {
165165
if (testFailed) {
166166
int exitValue = output.getExitValue();
167167
if (needRetry) {
168-
System.err.println("Test FAILURE on " + name + " reason: run out of retries to to pick free ports");
168+
System.err.println("Test FAILURE on " + name + " reason: run out of retries to pick free ports");
169169
} else if (exitValue == COMMUNICATION_ERROR_EXIT_VAL) {
170170
// Failure case since the java processes should still be
171171
// running.

test/jdk/sun/misc/SunMiscSignalTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ static void setup() {
9595

9696
// Provider of signals to be tested with variations for -Xrs and
9797
// platform dependencies
98-
// -Xrs restricted signals signals the VM will not handle SIGINT, SIGTERM, SIGHUP and others
98+
// -Xrs restricted signals the VM will not handle SIGINT, SIGTERM, SIGHUP and others
9999
@DataProvider(name = "supportedSignals")
100100
static Object[][] supportedSignals() {
101101
RestrictedSignals rs = RUNNING_WITH_Xrs ? RestrictedSignals.XRS : RestrictedSignals.NORMAL;

0 commit comments

Comments
 (0)