diff options
Diffstat (limited to 'make/config/oculusvr/oculusvr-ovr-CustomJavaCode.java')
-rw-r--r-- | make/config/oculusvr/oculusvr-ovr-CustomJavaCode.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/config/oculusvr/oculusvr-ovr-CustomJavaCode.java b/make/config/oculusvr/oculusvr-ovr-CustomJavaCode.java index 281610a20..691a93a16 100644 --- a/make/config/oculusvr/oculusvr-ovr-CustomJavaCode.java +++ b/make/config/oculusvr/oculusvr-ovr-CustomJavaCode.java @@ -10,11 +10,11 @@ } /** No native tool library to load if(!bundle.isToolLibLoaded()) { - System.err.println("Couln't load native OVR/JNI glue library"); + System.err.println("Couldn't load native OVR/JNI glue library"); return null; } */ if(!bundle.isLibComplete()) { - System.err.println("Couln't load native OVR/JNI glue library"); + System.err.println("Couldn't load native OVR/JNI glue library"); return null; } if( !initializeImpl() ) { |