parser REFACTOR unify function naming
diff --git a/src/plugins_exts.c b/src/plugins_exts.c
index 71449ba..af81792 100644
--- a/src/plugins_exts.c
+++ b/src/plugins_exts.c
@@ -67,7 +67,7 @@
                 continue;
             }
 
-            if ((rc = lys_parse_ext_instance_stmt(pctx, &ext->substmts[u], stmt))) {
+            if ((rc = lys_parser_ext_instance_stmt(pctx, &ext->substmts[u], stmt))) {
                 goto cleanup;
             }
         }