From f7e35024b6f9e81de49ace3d82ddc30af9012893 Mon Sep 17 00:00:00 2001 From: "R. Mattes" Date: Tue, 19 Sep 2017 14:22:46 +0200 Subject: Fixed typo --- libs/zita-resampler/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/zita-resampler/wscript') diff --git a/libs/zita-resampler/wscript b/libs/zita-resampler/wscript index 0f52d5708d..50327f773d 100644 --- a/libs/zita-resampler/wscript +++ b/libs/zita-resampler/wscript @@ -37,7 +37,7 @@ def options(opt): def configure(conf): if conf.is_defined('USE_EXTERNAL_LIBS'): - autowaf.check_pkg(conf, 'zita-reampler', uselib_store='LIBZRESAMPLER', atleast_version=ZRESAMPLER_LIB_VERSION, mandatory=True) + autowaf.check_pkg(conf, 'zita-resampler', uselib_store='LIBZRESAMPLER', atleast_version=ZRESAMPLER_LIB_VERSION, mandatory=True) else: conf.load ('compiler_cxx') autowaf.configure(conf) -- cgit v1.2.3