From c96c9014eea9d21b9d499ee9b63600a20a2d8bf4 Mon Sep 17 00:00:00 2001 From: waker Date: Fri, 18 May 2012 13:05:41 +0200 Subject: fixed few capital letters and other typos in GUI --- plugins/dsp_libsrc/src.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/dsp_libsrc') diff --git a/plugins/dsp_libsrc/src.c b/plugins/dsp_libsrc/src.c index 8544343a..6686ff32 100644 --- a/plugins/dsp_libsrc/src.c +++ b/plugins/dsp_libsrc/src.c @@ -269,7 +269,7 @@ ddb_src_get_param (ddb_dsp_context_t *ctx, int p, char *val, int sz) { static const char settings_dlg[] = "property \"Automatic Samplerate (overrides Target Samplerate)\" checkbox 2 0;\n" "property \"Target Samplerate\" spinbtn[8192,192000,1] 0 48000;\n" - "property \"Quality / Algorythm\" select[5] 1 2 SINC_BEST_QUALITY SINC_MEDIUM_QUALITY SINC_FASTEST ZERO_ORDER_HOLD LINEAR;\n" + "property \"Quality / Algorithm\" select[5] 1 2 SINC_BEST_QUALITY SINC_MEDIUM_QUALITY SINC_FASTEST ZERO_ORDER_HOLD LINEAR;\n" ; static DB_dsp_t plugin = { -- cgit v1.2.3