From 6ad9b9d2ae3341bbd4914f4951070a02d3dd4d2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Sat, 26 Oct 2019 12:43:00 +0200 Subject: Fix variable name typo: resamplig -> resampling --- plugingui/resamplingframecontent.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugingui/resamplingframecontent.h') diff --git a/plugingui/resamplingframecontent.h b/plugingui/resamplingframecontent.h index b45f1ee..b5530c2 100644 --- a/plugingui/resamplingframecontent.h +++ b/plugingui/resamplingframecontent.h @@ -47,7 +47,7 @@ public: void updateDrumkitSamplerate(std::size_t drumkit_samplerate); void updateSessionSamplerate(double samplerate); - void updateResamplingRecommended(bool resamplig_recommended); + void updateResamplingRecommended(bool resampling_recommended); private: TextEdit text_field{this}; @@ -56,7 +56,7 @@ private: std::string drumkit_samplerate; std::string session_samplerate; - std::string resamplig_recommended; + std::string resampling_recommended; }; } // GUI:: -- cgit v1.2.3