smbd: Fix a typo
authorVolker Lendecke <vl@samba.org>
Fri, 23 May 2014 13:19:05 +0000 (15:19 +0200)
committerMartin Schwenke <martins@samba.org>
Tue, 27 May 2014 00:15:10 +0000 (02:15 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
source3/smbd/open.c

index a8c6d24a6fa2b27f737ed96d5dc5ebf6be90bcf5..237e90cfd3ecf9df490d1fd87bbce39660ff8bfd 100644 (file)
@@ -1153,7 +1153,7 @@ static bool has_delete_on_close(struct share_mode_lock *lck,
 
 /****************************************************************************
  Deal with share modes
- Invarient: Share mode must be locked on entry and exit.
+ Invariant: Share mode must be locked on entry and exit.
  Returns -1 on error, or number of share modes on success (may be zero).
 ****************************************************************************/