From 5a0cd64f9a0d6683dd542dd69e40f39dc0727cdd Mon Sep 17 00:00:00 2001 From: Axel Waggershauser Date: Sat, 14 Feb 2015 01:55:15 +0100 Subject: [PATCH] fixed typo in filename --- test cases/common/73 vcstag/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test cases/common/73 vcstag/meson.build b/test cases/common/73 vcstag/meson.build index b37ca6ad9..001b42da0 100644 --- a/test cases/common/73 vcstag/meson.build +++ b/test cases/common/73 vcstag/meson.build @@ -5,7 +5,7 @@ output : 'vcstag.c', fallback : '1.0.0') version_src_custom = vcs_tag(input : 'vcstag.c.in', -output : 'vcstag-cusom.c', +output : 'vcstag-custom.c', command : ['git', 'show-ref', '-s', 'refs/heads/master'], fallback : '1.0.0')