Fix typos
[babeltrace.git] / src / bindings / python / bt2 / bt2 / py_plugin.py
index 223615a55190d86323c15edf71d60b461b996c80..2a7414bb5c415f6212a851263f08a2c2de2637f7 100644 (file)
@@ -106,7 +106,7 @@ def _try_load_plugin_module(path):
     module_name = "bt_plugin_{}".format(h.hexdigest())
     assert module_name not in sys.modules
 
-    # try loading the module: any raised exception is catched by the caller
+    # try loading the module: any raised exception is caught by the caller
     if sys.version_info < (3, 5):
         mod = importlib.machinery.SourceFileLoader(module_name, path).load_module()
     else:
This page took 0.023706 seconds and 4 git commands to generate.