Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit 1abcb30

Browse files
committed
no capi, its c-api
1 parent 5e3d0a4 commit 1abcb30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class CAPIComponent final : public IComponent
2424

2525
StringView componentName() const override
2626
{
27-
return "open.mp CAPI";
27+
return "open.mp C-API";
2828
}
2929

3030
SemanticVersion componentVersion() const override
@@ -35,7 +35,7 @@ class CAPIComponent final : public IComponent
3535
void onLoad(ICore* c) override
3636
{
3737
core_ = c;
38-
core_->printLn("open.mp CAPI component loaded");
38+
core_->printLn("open.mp C-API component loaded");
3939
}
4040

4141
void onInit(IComponentList* components) override

0 commit comments

Comments
 (0)