Typo: occured -> occurred
[babeltrace.git] / src / python-plugin-provider / python-plugin-provider.c
index 71bedfc389bbaf9f8e34a1db851e13500712e92c..c1cd399e92da075676939a19e65170786ea99bd4 100644 (file)
 
 #include "common/macros.h"
 #include "compat/compiler.h"
-#include <babeltrace2/plugin/plugin-const.h>
+#include <babeltrace2/plugin/plugin-loading.h>
 #include "lib/plugin/plugin.h"
 #include <babeltrace2/graph/component-class.h>
-#include <babeltrace2/current-thread.h>
+#include <babeltrace2/error-reporting.h>
 #include "lib/graph/component-class.h"
 #include "py-common/py-common.h"
 #include <stdbool.h>
@@ -104,7 +104,7 @@ void log_python_traceback(int log_level)
                }
 
                BT_LOG_WRITE(log_level, BT_LOG_TAG,
-                       "Exception occured: Python traceback:\n%s", exc->str);
+                       "Exception occurred: Python traceback:\n%s", exc->str);
        }
 
 end:
This page took 0.024393 seconds and 4 git commands to generate.