summaryrefslogtreecommitdiffstats
path: root/client/windows/record.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'client/windows/record.cpp')
-rw-r--r--client/windows/record.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/windows/record.cpp b/client/windows/record.cpp
index bd9bc022..d962fb7d 100644
--- a/client/windows/record.cpp
+++ b/client/windows/record.cpp
@@ -29,7 +29,7 @@ static void CALLBACK in_proc(HWAVEIN handle, UINT msg, DWORD user_data, DWORD pa
recorder->trigger();
}
-WaveRecorder::WaveRecorder(Platform::RecordClinet& client, uint32_t sampels_per_sec,
+WaveRecorder::WaveRecorder(Platform::RecordClient& client, uint32_t sampels_per_sec,
uint32_t bits_per_sample, uint32_t channels)
: _client (client)
, _ring (NULL)