summaryrefslogtreecommitdiff
path: root/plugins/dsp_libsrc
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-05-18 13:05:41 +0200
committerGravatar waker <wakeroid@gmail.com>2012-05-18 13:05:41 +0200
commitc96c9014eea9d21b9d499ee9b63600a20a2d8bf4 (patch)
treef8bf970ed1a5f46fd84b1a8c3268b1e8949bf2ba /plugins/dsp_libsrc
parentb2d16c9b51b80be4ae9e29d2a5766e2f690846f4 (diff)
fixed few capital letters and other typos in GUI
Diffstat (limited to 'plugins/dsp_libsrc')
-rw-r--r--plugins/dsp_libsrc/src.c2
1 files changed, 1 insertions, 1 deletions
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 = {