summaryrefslogtreecommitdiff
path: root/source4/libcli/util/smbdes.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2004-06-27 11:06:10 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:56:46 -0500
commit37fcf2236433bc5e74f19d2afac3d1d0055dcd01 (patch)
treecf08fa2697fe228737d81291a5645b91d3f03b72 /source4/libcli/util/smbdes.c
parent27f245a2199f2ce8d007810992d13b3a2c7560fa (diff)
downloadsamba-37fcf2236433bc5e74f19d2afac3d1d0055dcd01.tar.gz
samba-37fcf2236433bc5e74f19d2afac3d1d0055dcd01.tar.bz2
samba-37fcf2236433bc5e74f19d2afac3d1d0055dcd01.zip
r1268: varient -> variant
(This used to be commit de5984c95602ca67e8ac3139c3aa4330b74266e0)
Diffstat (limited to 'source4/libcli/util/smbdes.c')
-rw-r--r--source4/libcli/util/smbdes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/util/smbdes.c b/source4/libcli/util/smbdes.c
index 2492f9a1ba..99c2c00977 100644
--- a/source4/libcli/util/smbdes.c
+++ b/source4/libcli/util/smbdes.c
@@ -405,7 +405,7 @@ void arcfour_crypt_blob(uint8_t *data, int len, const DATA_BLOB *key)
}
/*
- a varient that assumes a 16 byte key. This should be removed
+ a variant that assumes a 16 byte key. This should be removed
when the last user is gone
*/
void arcfour_crypt(uint8_t *data, const uint8_t keystr[16], int len)