diff --git a/.github/workflows/build_android.yml b/.github/workflows/build_android.yml index ed0e1390..ab3880ee 100644 --- a/.github/workflows/build_android.yml +++ b/.github/workflows/build_android.yml @@ -1,4 +1,4 @@ -name: Build Android +name: Android on: push: diff --git a/.github/workflows/build_linux.yml b/.github/workflows/build_linux.yml index abe0796d..27d1a78d 100644 --- a/.github/workflows/build_linux.yml +++ b/.github/workflows/build_linux.yml @@ -1,4 +1,4 @@ -name: Build Linux +name: Linux on: push: diff --git a/.github/workflows/build_windows.yml b/.github/workflows/build_windows.yml index 811adaa1..d82775b3 100644 --- a/.github/workflows/build_windows.yml +++ b/.github/workflows/build_windows.yml @@ -1,4 +1,4 @@ -name: Build Windows +name: Windows on: push: diff --git a/HephAudio/HeaderFiles/AudioEffects/LinearPanningEffect.h b/HephAudio/HeaderFiles/AudioEffects/LinearPanningEffect.h index 1dc393a6..5bf21342 100644 --- a/HephAudio/HeaderFiles/AudioEffects/LinearPanningEffect.h +++ b/HephAudio/HeaderFiles/AudioEffects/LinearPanningEffect.h @@ -12,7 +12,7 @@ namespace HephAudio class LinearPanningEffect final : public PanningEffect { public: - /** @copydoc default_constuctor */ + /** @copydoc default_constructor */ LinearPanningEffect(); /** diff --git a/HephAudio/HeaderFiles/AudioEffects/SineLawPanningEffect.h b/HephAudio/HeaderFiles/AudioEffects/SineLawPanningEffect.h index fb3d9048..03f90078 100644 --- a/HephAudio/HeaderFiles/AudioEffects/SineLawPanningEffect.h +++ b/HephAudio/HeaderFiles/AudioEffects/SineLawPanningEffect.h @@ -13,7 +13,7 @@ namespace HephAudio class SineLawPanningEffect : public PanningEffect { public: - /** @copydoc default_constuctor */ + /** @copydoc default_constructor */ SineLawPanningEffect(); /** diff --git a/HephAudio/HeaderFiles/AudioEffects/SquareLawPanningEffect.h b/HephAudio/HeaderFiles/AudioEffects/SquareLawPanningEffect.h index 1fef429b..9b2b4efe 100644 --- a/HephAudio/HeaderFiles/AudioEffects/SquareLawPanningEffect.h +++ b/HephAudio/HeaderFiles/AudioEffects/SquareLawPanningEffect.h @@ -13,7 +13,7 @@ namespace HephAudio class SquareLawPanningEffect final : public PanningEffect { public: - /** @copydoc default_constuctor */ + /** @copydoc default_constructor */ SquareLawPanningEffect(); /**