Skip to content

Commit 3def3eb

Browse files
authored
Typo fix (#24)
1 parent e8eec63 commit 3def3eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ tasks.register('copyNativeLibrary', Sync) {
8585

8686
// And flatten, since windows is stupid
8787
eachFile {
88-
println "Coping shared lib: $name"
88+
println "Copying shared lib: $name"
8989
path = name
9090
}
9191
includeEmptyDirs = false

0 commit comments

Comments
 (0)