Skip to content

Commit 63496ad

Browse files
committed
Fix typo. (#396)
1 parent 49408cb commit 63496ad

File tree

35 files changed

+52
-52
lines changed

35 files changed

+52
-52
lines changed

metafacture-commons/src/main/java/org/metafacture/commons/reflection/ObjectFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public final T newInstance(final String key, final Map<String, String> values, f
106106
}
107107

108108
/**
109-
* Checks wether a ConfigurableClass is asscociated with a key.
109+
* Checks whether a ConfigurableClass is asscociated with a key.
110110
*
111111
* @param key the key
112112
* @return true if the key is associcated with a ConfigurableClass

metafacture-files/src/main/java/org/metafacture/files/DirReader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public DirReader() {
5050
}
5151

5252
/**
53-
* Flags wether the directory should be traversered recursively.
53+
* Flags whether the directory should be traversered recursively.
5454
*
5555
* @param recursive true if the directory should be traversered recursively,
5656
* otherwise false

metafacture-flowcontrol/src/main/java/org/metafacture/flowcontrol/ObjectExceptionCatcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public void setLogStackTrace(final boolean logStackTrace) {
101101
}
102102

103103
/**
104-
* Checks wether the log messages should be in stack trace level.
104+
* Checks whether the log messages should be in stack trace level.
105105
*
106106
* @return true if the log messages are in stack trace level
107107
*/

metafacture-flowcontrol/src/main/java/org/metafacture/flowcontrol/StreamBuffer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public StreamBuffer() {
4949
}
5050

5151
/**
52-
* Checks wether there are messages stored.
52+
* Checks whether there are messages stored.
5353
*
5454
* @return true if messages are empty, otherwise false
5555
*/

metafacture-formeta/src/main/java/org/metafacture/formeta/Formeta.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ private Formeta() {
4141
}
4242

4343
/**
44-
* Checks wether a character is a whitespace.
44+
* Checks whether a character is a whitespace.
4545
*
4646
* @param ch the character
4747
* @return true if the character is a whitespace

metafacture-framework/src/main/java/org/metafacture/framework/helpers/DefaultSender.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public DefaultSender() {
4646
}
4747

4848
/**
49-
* Checks wether the DefaultSender is closed.
49+
* Checks whether the DefaultSender is closed.
5050
*
5151
* @return true if the DefaultSender is closed
5252
*/

metafacture-io/src/main/java/org/metafacture/io/FileOpener.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public void setCompression(final String compression) {
101101
}
102102

103103
/**
104-
* Checks wether the file compression is set to decompress concatenated.
104+
* Checks whether the file compression is set to decompress concatenated.
105105
*
106106
* @return true if file compression should be decompresses concatenated
107107
*/
@@ -110,7 +110,7 @@ public boolean getDecompressConcatenated() {
110110
}
111111

112112
/**
113-
* Flags wether to use decompress concatenated file compression.
113+
* Flags whether to use decompress concatenated file compression.
114114
*
115115
* @param decompressConcatenated true if file compression should be decompresses
116116
* concatenated

metafacture-io/src/main/java/org/metafacture/io/RecordReader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public void setSkipEmptyRecords(final boolean skipEmptyRecords) {
101101
}
102102

103103
/**
104-
* Checks wether to skip empty records.
104+
* Checks whether to skip empty records.
105105
*
106106
* @return true if empty records should be skipped
107107
*/

metafacture-javaintegration/src/main/java/org/metafacture/javaintegration/EventList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public List<Event> getEvents() {
5050
}
5151

5252
/**
53-
* Check wether EventList is closed.
53+
* Check whether EventList is closed.
5454
*
5555
* @return true if EventList is closed.
5656
*/

metafacture-javaintegration/src/main/java/org/metafacture/javaintegration/ObjectCollector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public ObjectCollector(final int maxCapacity) {
5353
}
5454

5555
/**
56-
* Check wether ObjectCollector is closed.
56+
* Check whether ObjectCollector is closed.
5757
*
5858
* @return true if ObjectCollector is closed.
5959
*/

0 commit comments

Comments
 (0)