diff options
author | Volker Lendecke <vl@samba.org> | 2015-02-16 14:36:28 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2015-02-24 17:52:09 +0100 |
commit | cab45cb7654e978ac7ad50a12de35cf2728cb10c (patch) | |
tree | ddf14bb6ac10815ceae8daa61538f1427338bd2a /source3/smbd | |
parent | ce9ae131fe66c82448e2f82dbc0b103aecc851b6 (diff) | |
download | samba-cab45cb7654e978ac7ad50a12de35cf2728cb10c.tar.gz samba-cab45cb7654e978ac7ad50a12de35cf2728cb10c.tar.xz samba-cab45cb7654e978ac7ad50a12de35cf2728cb10c.zip |
smbd: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/trans2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/trans2.c b/source3/smbd/trans2.c index c70ca2c24a..bdad1261e5 100644 --- a/source3/smbd/trans2.c +++ b/source3/smbd/trans2.c @@ -4031,7 +4031,7 @@ static void call_trans2setfsinfo(connection_struct *conn, return; } - /* note: normaly there're 48 bytes, + /* note: normally there're 48 bytes, * but we didn't use the last 6 bytes for now * --metze */ |