summaryrefslogtreecommitdiffstats
path: root/client/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/platform.h')
-rw-r--r--client/platform.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/platform.h b/client/platform.h
index 0a88f06b..7b543e9c 100644
--- a/client/platform.h
+++ b/client/platform.h
@@ -66,11 +66,11 @@ public:
class RecordClient;
static WaveRecordAbstract* create_recorder(RecordClient& client,
- uint32_t sampels_per_sec,
+ uint32_t samples_per_sec,
uint32_t bits_per_sample,
uint32_t channels,
uint32_t frame_size);
- static WavePlaybackAbstract* create_player(uint32_t sampels_per_sec,
+ static WavePlaybackAbstract* create_player(uint32_t samples_per_sec,
uint32_t bits_per_sample,
uint32_t channels,
uint32_t frame_size);