summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-06-26 16:45:25 +0200
committerVolker Lendecke <vl@samba.org>2009-06-26 16:51:02 +0200
commitcfafe9b9a94e2600bfee3c8390a9350d7583524d (patch)
tree677dcc5addafbc6b845e733b5a62ae22b4cc74a7
parent131c95eddaa23a1cc90ed81348f7f96548b5ca18 (diff)
downloadsamba-cfafe9b9a94e2600bfee3c8390a9350d7583524d.tar.gz
samba-cfafe9b9a94e2600bfee3c8390a9350d7583524d.tar.bz2
samba-cfafe9b9a94e2600bfee3c8390a9350d7583524d.zip
Fix a typo in a comment
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index c04b20574d..ddc344dccd 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@