diff options
Diffstat (limited to 'client/x11/record.h')
-rw-r--r-- | client/x11/record.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/x11/record.h b/client/x11/record.h index 9470791f..fc46948b 100644 --- a/client/x11/record.h +++ b/client/x11/record.h @@ -27,7 +27,7 @@ class WaveRecorder: public WaveRecordAbstract { public: WaveRecorder(Platform::RecordClient& client, - uint32_t sampels_per_sec, + uint32_t samples_per_sec, uint32_t bits_per_sample, uint32_t channels, uint32_t frame_size); @@ -38,7 +38,7 @@ public: virtual bool abort(); private: - bool init(uint32_t sampels_per_sec, + bool init(uint32_t samples_per_sec, uint32_t bits_per_sample, uint32_t channels, uint32_t frame_size); |