From b9e5675d7317f8947920a4f695d3243b282016da Mon Sep 17 00:00:00 2001 From: Loymdayddaud <145969603+TheGiraffe3@users.noreply.github.com> Date: Tue, 22 Oct 2024 19:01:04 +0300 Subject: [PATCH] Update include/bzfsAPI.h Co-authored-by: RighthandSon <59427094+RighthandSon@users.noreply.github.com> --- include/bzfsAPI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bzfsAPI.h b/include/bzfsAPI.h index 1ec7bf528f..839d596dd4 100644 --- a/include/bzfsAPI.h +++ b/include/bzfsAPI.h @@ -2062,7 +2062,7 @@ BZF_API bool bz_removeCustomPluginHandler ( const char* extension, bz_APIPluginH // team info BZF_API void bz_computeTeamScore( bool enabled ); -BZF_API bool bz_computtingTeamScore( void ); +BZF_API bool bz_computingTeamScore( void ); BZF_API int bz_getTeamCount (bz_eTeamType team ); BZF_API int bz_getTeamScore (bz_eTeamType team );