[libbluray-devel] [PATCH] Fix spelling of 'occurred'

Sebastian Ramacher sramacher at debian.org
Tue May 17 23:12:33 CEST 2016


---
 src/libbluray/bdj/native/bdjo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libbluray/bdj/native/bdjo.c b/src/libbluray/bdj/native/bdjo.c
index fdb7a09..51325e8 100644
--- a/src/libbluray/bdj/native/bdjo.c
+++ b/src/libbluray/bdj/native/bdjo.c
@@ -36,7 +36,7 @@
  */
 
 #define JNICHK(a) if((*env)->ExceptionOccurred(env)) { \
-    BD_DEBUG(DBG_BDJ, "Exception occured\n"); \
+    BD_DEBUG(DBG_BDJ, "Exception occurred\n"); \
     (*env)->ExceptionDescribe(env); \
     } if (!a) return NULL;
 
-- 
2.8.1



More information about the libbluray-devel mailing list