diff options
author | Karolin Seeger <kseeger@samba.org> | 2010-04-13 20:09:13 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2010-04-13 20:09:13 +0200 |
commit | 55838a8c021020c057b514cc97d5196eaa313764 (patch) | |
tree | 55a8fb3c2f239cb1d7a39054a91e1281434a038e /source4/heimdal | |
parent | b0a9e5ba77ad56ba32a912acb288431c52aefcad (diff) | |
download | samba-55838a8c021020c057b514cc97d5196eaa313764.tar.gz samba-55838a8c021020c057b514cc97d5196eaa313764.tar.bz2 samba-55838a8c021020c057b514cc97d5196eaa313764.zip |
s4-heimdal: Fix typo in comment.
Karolin
Diffstat (limited to 'source4/heimdal')
-rw-r--r-- | source4/heimdal/lib/hdb/hdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal/lib/hdb/hdb.h b/source4/heimdal/lib/hdb/hdb.h index ad32a145c0..469a330812 100644 --- a/source4/heimdal/lib/hdb/hdb.h +++ b/source4/heimdal/lib/hdb/hdb.h @@ -206,7 +206,7 @@ typedef struct HDB{ * Change password. * * Will update keys for the entry when given password. The new - * keys must be written into the entry and and will then later be + * keys must be written into the entry and will then later be * ->hdb_store() into the database. The backend will still perform * all other operations, increasing the kvno, and update * modification timestamp. |