Skip to content

Commit fdf9fc0

Browse files
committed
Merge pull request #40 from TheMolkaPL/patch-1
Fix a typo in the Version class
2 parents 2521db6 + f584baa commit fdf9fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/ch/njol/skript/util/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public int getMinor() {
135135
return version[1];
136136
}
137137

138-
public int getRevisin() {
138+
public int getRevision() {
139139
return version.length == 2 ? 0 : version[2];
140140
}
141141

0 commit comments

Comments
 (0)