From 927db789c19cbe5656ff980841ee37dd3a8989e7 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 18 Sep 2014 16:00:34 +0200 Subject: common: Do not build maintainer modules in non-maintainer mode. * common/Makefile.am (module_maint_tests): Use only in maintainer mode. (t_common_cflags): New. --- common/t-http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/t-http.c') diff --git a/common/t-http.c b/common/t-http.c index d4c974dc1..9872f9a74 100644 --- a/common/t-http.c +++ b/common/t-http.c @@ -226,7 +226,7 @@ main (int argc, char **argv) } if (argc != 1) { - fprintf (stderr, PGM ": no or roo many URLS given\n"); + fprintf (stderr, PGM ": no or too many URLS given\n"); exit (1); } -- cgit v1.2.3