Skip to content

Commit a061199

Browse files
committed
Fix typos
1 parent 926e09e commit a061199

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Wiki](https://github.com/xmlunit/user-guide/wiki).
2525

2626
Because XMLUnit is developed for Java and .NET, both Projects shares the same test-resources.
2727
The test-resources folder is integrated as git submodule.
28-
This means you need to run 'git submodule update --init' once inside your
28+
This means you need to run `git submodule update --init` once inside your
2929
working copies after merging github's main branches of xmlunit or
3030
xmlunit.net.
3131

xmlunit-core/src/main/java/org/xmlunit/XMLUnitException.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class XMLUnitException extends RuntimeException {
2020
private static final long serialVersionUID = 673558045568231955L;
2121

2222
/**
23-
* Inititializes the exception.
23+
* Initializes the exception.
2424
*
2525
* @param message the detail message
2626
* @param cause the root cause of the exception
@@ -30,7 +30,7 @@ public XMLUnitException(String message, Throwable cause) {
3030
}
3131

3232
/**
33-
* Inititializes an exception without cause.
33+
* Initializes an exception without cause.
3434
*
3535
* @param message the detail message
3636
*/
@@ -39,7 +39,7 @@ public XMLUnitException(String message) {
3939
}
4040

4141
/**
42-
* Inititializes an exception using the wrapped exception's message.
42+
* Initializes an exception using the wrapped exception's message.
4343
*
4444
* @param cause the root cause of the exception
4545
*/

0 commit comments

Comments
 (0)