diff options
author | Günther Deschner <gd@samba.org> | 2007-01-03 16:05:00 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:16:54 -0500 |
commit | fd7bd254e13953bbf408b49e7009b35dfe7e7d92 (patch) | |
tree | 030c855e8bb955c5f47c092797a8c21345113545 | |
parent | bc20aac121edae8812e3c3392d2cd41dfdf258ec (diff) | |
download | samba-fd7bd254e13953bbf408b49e7009b35dfe7e7d92.tar.gz samba-fd7bd254e13953bbf408b49e7009b35dfe7e7d92.tar.bz2 samba-fd7bd254e13953bbf408b49e7009b35dfe7e7d92.zip |
r20512: Fix typo.
Guenther
(This used to be commit 36bd5cb21bdaf35c7dae47f8b8e93822b3f6188c)
-rw-r--r-- | source3/include/rpc_ds.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/rpc_ds.h b/source3/include/rpc_ds.h index 3c64745df1..bfe5179490 100644 --- a/source3/include/rpc_ds.h +++ b/source3/include/rpc_ds.h @@ -49,7 +49,7 @@ #define DSROLE_BDC 4 #define DSROLE_PDC 5 -/* Settings for the domainFunctionality attribteu in the rootDSE */ +/* Settings for the domainFunctionality attribute in the rootDSE */ #define DS_DOMAIN_FUNCTION_2000 0 #define DS_DOMAIN_FUCNTION_2003_MIXED 1 |