summaryrefslogtreecommitdiffstats
path: root/src/java
diff options
context:
space:
mode:
Diffstat (limited to 'src/java')
-rwxr-xr-xsrc/java/com/sun/gluegen/runtime/NativeLibrary.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/com/sun/gluegen/runtime/NativeLibrary.java b/src/java/com/sun/gluegen/runtime/NativeLibrary.java
index 20419d9..8ff28d3 100755
--- a/src/java/com/sun/gluegen/runtime/NativeLibrary.java
+++ b/src/java/com/sun/gluegen/runtime/NativeLibrary.java
@@ -222,7 +222,7 @@ public class NativeLibrary {
if (libName == null)
return paths;
- // Allow user's full path specification to override our building pf paths
+ // Allow user's full path specification to override our building of paths
File file = new File(libName);
if (file.isAbsolute()) {
paths.add(libName);