XenoAmess commented on a change in pull request #104:
URL: https://github.com/apache/commons-compress/pull/104#discussion_r434014704
##########
File path:
src/main/java/org/apache/commons/compress/compressors/zstandard/ZstdUtils.java
##########
@@ -85,7 +85,7 @@ private static boolean internalIsZstdCompressionAvailable() {
* <p>This defaults to {@code false} in an OSGi environment and {@code
true} otherwise.</p>
* @param doCache whether to cache the result
*/
- public static void setCacheZstdAvailablity(final boolean doCache) {
+ public static void setCacheZstdAvailability(final boolean doCache) {
Review comment:
> and again, we will have to live with a misspelled method name.
done.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]