Skip to content

Commit 5262b65

Browse files
committed
fix: fix typo
1 parent 007b61a commit 5262b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/software/coley/llzip/ZipCompressions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public interface ZipCompressions {
134134
static String getName(int method) {
135135
switch (method) {
136136
case STORED:
137-
return "STRORED";
137+
return "STORED";
138138
case SHRUNK:
139139
return "SHRUNK";
140140
case REDUCED_F1:

0 commit comments

Comments
 (0)