diff options
author | Mathieu Parent <math.parent@gmail.com> | 2015-07-26 23:02:57 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2015-11-06 13:43:45 +0100 |
commit | c315fce17ef11a23c24fc92b7475ac3a3ac55032 (patch) | |
tree | c6a1598038ed82db02cc948b1fba74c83265c85e /source3/client | |
parent | f3033a1943462f98e994f095ed5805be27acadd0 (diff) | |
download | samba-c315fce17ef11a23c24fc92b7475ac3a3ac55032.tar.gz |
Fix various spelling errors
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Fri Nov 6 13:43:45 CET 2015 on sn-devel-104
Diffstat (limited to 'source3/client')
-rw-r--r-- | source3/client/clitar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/clitar.c b/source3/client/clitar.c index 7eb3fa087eb..b4f914f5c8c 100644 --- a/source3/client/clitar.c +++ b/source3/client/clitar.c @@ -1387,7 +1387,7 @@ static NTSTATUS tar_create_skip_path(struct tar *t, if (!isdir) { - /* 1. if we dont want X and we have X, skip */ + /* 1. if we don't want X and we have X, skip */ if (!t->mode.system && (mode & FILE_ATTRIBUTE_SYSTEM)) { *_skip = true; return NT_STATUS_OK; |