Skip to content

Commit

Permalink
Fix typo. (metafacture#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
blackwinter committed Nov 10, 2021
1 parent 49408cb commit 63496ad
Show file tree
Hide file tree
Showing 35 changed files with 52 additions and 52 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public final T newInstance(final String key, final Map<String, String> values, f
}

/**
* Checks wether a ConfigurableClass is asscociated with a key.
* Checks whether a ConfigurableClass is asscociated with a key.
*
* @param key the key
* @return true if the key is associcated with a ConfigurableClass
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public DirReader() {
}

/**
* Flags wether the directory should be traversered recursively.
* Flags whether the directory should be traversered recursively.
*
* @param recursive true if the directory should be traversered recursively,
* otherwise false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public void setLogStackTrace(final boolean logStackTrace) {
}

/**
* Checks wether the log messages should be in stack trace level.
* Checks whether the log messages should be in stack trace level.
*
* @return true if the log messages are in stack trace level
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public StreamBuffer() {
}

/**
* Checks wether there are messages stored.
* Checks whether there are messages stored.
*
* @return true if messages are empty, otherwise false
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ private Formeta() {
}

/**
* Checks wether a character is a whitespace.
* Checks whether a character is a whitespace.
*
* @param ch the character
* @return true if the character is a whitespace
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public DefaultSender() {
}

/**
* Checks wether the DefaultSender is closed.
* Checks whether the DefaultSender is closed.
*
* @return true if the DefaultSender is closed
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public void setCompression(final String compression) {
}

/**
* Checks wether the file compression is set to decompress concatenated.
* Checks whether the file compression is set to decompress concatenated.
*
* @return true if file compression should be decompresses concatenated
*/
Expand All @@ -110,7 +110,7 @@ public boolean getDecompressConcatenated() {
}

/**
* Flags wether to use decompress concatenated file compression.
* Flags whether to use decompress concatenated file compression.
*
* @param decompressConcatenated true if file compression should be decompresses
* concatenated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public void setSkipEmptyRecords(final boolean skipEmptyRecords) {
}

/**
* Checks wether to skip empty records.
* Checks whether to skip empty records.
*
* @return true if empty records should be skipped
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public List<Event> getEvents() {
}

/**
* Check wether EventList is closed.
* Check whether EventList is closed.
*
* @return true if EventList is closed.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public ObjectCollector(final int maxCapacity) {
}

/**
* Check wether ObjectCollector is closed.
* Check whether ObjectCollector is closed.
*
* @return true if ObjectCollector is closed.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public SingleValue(final Collection<String> collection) {
}

/**
* Check wether SingleValue is closed.
* Check whether SingleValue is closed.
*
* @return true if SingleValue is closed.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public List<String> get(final Object name) {
}

/**
* Checks wether a key exists.
* Checks whether a key exists.
*
* @param name the key
* @return true if the key exists, otherwise false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public JsonDecoder() {
}

/**
* Flags wether to allow comments.
* Flags whether to allow comments.
*
* @param allowComments true if comments should be allowed
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public String getArrayMarker() {
}

/**
* Flags wether to use pretty printing.
* Flags whether to use pretty printing.
*
* @param prettyPrinting true if pretty printing should be used
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public RdfMacroPipe() {
}

/**
* Flas wether to auto add the subject.
* Flas whether to auto add the subject.
*
* @param autoAddedSubject true if subject shoudl be auto added
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public void setKeepRecordsWithoutIdLiteral(
}

/**
* Checks wether to keep records without ID literal.
* Checks whether to keep records without ID literal.
*
* @return true if records without ID literal should be kept
*/
Expand All @@ -159,7 +159,7 @@ public void setKeepIdLiteral(final boolean keepIdLiteral) {
}

/**
* Checks wether the ID literal should be kept.
* Checks whether the ID literal should be kept.
*
* @return true if the ID literal should be kept
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public Map<String, Integer> getHistogram() {
}

/**
* Checks wether entities are counted.
* Checks whether entities are counted.
*
* @return true if entities are counted.
*/
Expand All @@ -70,7 +70,7 @@ public boolean isCountEntities() {
}

/**
* Flags wether entities should be counted.
* Flags whether entities should be counted.
*
* @param countEntities true if entities should be counted.
*/
Expand All @@ -79,7 +79,7 @@ public void setCountEntities(final boolean countEntities) {
}

/**
* Checks wether literals are counted.
* Checks whether literals are counted.
*
* @return true if literals are counted
*/
Expand All @@ -88,7 +88,7 @@ public boolean isCountLiterals() {
}

/**
* Flags wether to count literals.
* Flags whether to count literals.
*
* @param countLiterals true if literals should be counted
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public void setNormalizeIds(final boolean normalizeIds) {
}

/**
* Checks wether IDs should be normalized.
* Checks whether IDs should be normalized.
*
* @return true if IDs should be normalized
*/
Expand All @@ -101,7 +101,7 @@ public void setNormalizeKeys(final boolean normalizeKeys) {
}

/**
* Checks wether keys should be normalized.
* Checks whether keys should be normalized.
*
* @return true if the keys should be normalized
*/
Expand All @@ -124,7 +124,7 @@ public void setNormalizeValues(final boolean normalizeValues) {
}

/**
* Checks wether values should be normalized.
* Checks whether values should be normalized.
*
* @return true if values should be normalized
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public String getPattern() {
}

/**
* Checks wether matches are passed.
* Checks whether matches are passed.
*
* @return true if matches should pass
*/
Expand All @@ -71,7 +71,7 @@ public boolean isPassMatches() {
}

/**
* Flags wether to pass matches or, inversely, pass everything but the matches.
* Flags whether to pass matches or, inversely, pass everything but the matches.
*
* @param passMatches true if matches should pass, otherwise false
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public SortedTripleFileFacade(final File file) throws IOException {
}

/**
* Checks wether SortedTripleFileFacade is empty.
* Checks whether SortedTripleFileFacade is empty.
*
* @return true if SortedTripleFileFacade is empty.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public StreamToTriples() {
}

/**
* Checks wether redirection is enabled.
* Checks whether redirection is enabled.
*
* @return true if redirection is enabled.
*/
Expand All @@ -99,7 +99,7 @@ public boolean isRedirect() {
}

/**
* Flags wether to set redirect.
* Flags whether to set redirect.
*
* @param redirect true if to redirect
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ protected void sortedTriple(final Triple triple) {
}

/**
* Flags wether predicates should be counted.
* Flags whether predicates should be counted.
*
* @param countPredicate true if predicates should be counted
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public void setObjectPattern(final String pattern) {
}

/**
* Checks wether matches passes.
* Checks whether matches passes.
*
* @return true if matches should pass
*/
Expand All @@ -118,7 +118,7 @@ public boolean isPassMatches() {
}

/**
* Flags wether matches should pass.
* Flags whether matches should pass.
*
* @param passMatches true if matches should pass, otherwise matches don't pass
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public void setEmitNamespace(final boolean emitNamespace) {
}

/**
* Checks wether the namespace should be emitted.
* Checks whether the namespace should be emitted.
*
* @return true if the namespace should be emitted
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public void setNamespaceFile(final URL url) {
}

/**
* Flags wether to write the XML header.
* Flags whether to write the XML header.
*
* @param writeXmlHeader true if the XML header should be written
*/
Expand All @@ -192,7 +192,7 @@ public void setXmlHeaderVersion(final String xmlHeaderVersion) {
}

/**
* Flags wether to write the root tag.
* Flags whether to write the root tag.
*
* @param writeRootTag true if the root tag should be written
*/
Expand All @@ -201,7 +201,7 @@ public void setWriteRootTag(final boolean writeRootTag) {
}

/**
* Flags wether to separate roots.
* Flags whether to separate roots.
*
* @param separateRoots true if roots should be separated
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public String getArrayMarker() {
}

/**
* Flags wether the data should be pretty printed.
* Flags whether the data should be pretty printed.
*
* @param prettyPrinting true if the data should be pretty printed
*/
Expand All @@ -103,7 +103,7 @@ public void setPrettyPrinting(final boolean prettyPrinting) {
}

/**
* Checks wether to pretty print.
* Checks whether to pretty print.
*
* @return true if the data should be pretty printed
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
*/
public interface Collect extends FlushListener, ConditionAware, NamedValuePipe {
/**
* Flags wether to wait for a flush.
* Flags whether to wait for a flush.
*
* @param waitForFlush true if to wait for a flush
*/
void setWaitForFlush(boolean waitForFlush);

/**
* Flags wether the collector acts on the same entity.
* Flags whether the collector acts on the same entity.
*
* @param sameEntity true if the collector should acts on the same entity
*/
void setSameEntity(boolean sameEntity);

/**
* Flags wether a reset should be done.
* Flags whether a reset should be done.
*
* @param reset true if a reset should be done.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public final void setSameEntity(final boolean sameEntity) {
}

/**
* Checks wether a reset should be done after emitting.
* Checks whether a reset should be done after emitting.
*
* @return true if a reset should be done after emitting
*/
Expand Down
Loading

0 comments on commit 63496ad

Please sign in to comment.