summaryrefslogtreecommitdiff
path: root/plugingui/resamplingframecontent.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui/resamplingframecontent.h')
-rw-r--r--plugingui/resamplingframecontent.h4
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::