From cfafe9b9a94e2600bfee3c8390a9350d7583524d Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 26 Jun 2009 16:45:25 +0200 Subject: [PATCH] Fix a typo in a comment --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/Makefile.in b/source3/Makefile.in index c04b20574d0b..ddc344dccdc0 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -37,7 +37,7 @@ SHLD_DSO = $(SHLD) $(LDSHFLAGS) $(DSO_EXPORTS) -o $@ MODULE_EXPORTS=@MODULE_EXPORTS@ # Add $(DEVELOPER_CFLAGS) to $(CFLAGS) to enable extra compiler -# (GCC) warnings. This is done automtically for --enable-developer, +# (GCC) warnings. This is done automatically for --enable-developer, # --enable-picky-developer and --enable-krb5developer. DEVELOPER_CFLAGS=@DEVELOPER_CFLAGS@ CFLAGS=@CFLAGS@ -- 2.34.1