From aac65490f94a739d2bdfc8de2e2e870ab4838978 Mon Sep 17 00:00:00 2001 From: windinthew Date: Sat, 12 Jan 2013 08:21:40 +0000 Subject: [PATCH] fix typo in comment --- win/configwin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/configwin.h b/win/configwin.h index c87961346..19367d016 100644 --- a/win/configwin.h +++ b/win/configwin.h @@ -24,7 +24,7 @@ // Resamplers. // Only one of each type of resampler (constant or variable rate) should be defined. -// libsoxr is used for constant-rate and var-rat resampling. +// libsoxr is used for constant-rate and var-rate resampling. // libsoxr currently our only const-rate resampler, so should always be #defined. #define USE_LIBSOXR 1