Skip to content

Commit 0ea2e91

Browse files
authored
Fix typo in error logging for library copy
1 parent 6f70bab commit 0ea2e91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Natives/JavaLauncher.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ int launchJVM(NSString *username, id launchTarget, int width, int height, int mi
177177
if (!error) {
178178
NSLog(@"[JavaLauncher] Copied libawt_xawt.dylib to %@", dest);
179179
} else {
180-
NSLog(@"[JavaLauncher] Failed to copty libawt_xawt.dylib: %@", error.localizedDescription);
180+
NSLog(@"[JavaLauncher] Failed to copy libawt_xawt.dylib: %@", error.localizedDescription);
181181
}
182182
}
183183
}

0 commit comments

Comments
 (0)