diff options
author | André Nusser <andre.nusser@googlemail.com> | 2019-10-26 12:43:00 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2019-10-26 12:43:00 +0200 |
commit | 6ad9b9d2ae3341bbd4914f4951070a02d3dd4d2b (patch) | |
tree | 32a71f81fcc65d11a60f779b3633c0436822f94b /plugingui/resamplingframecontent.h | |
parent | 33f968de5c88a2f92d79cb9dfa14cc245676a8d5 (diff) |
Fix variable name typo: resamplig -> resampling
Diffstat (limited to 'plugingui/resamplingframecontent.h')
-rw-r--r-- | plugingui/resamplingframecontent.h | 4 |
1 files changed, 2 insertions, 2 deletions
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:: |