diff options
author | Karolin Seeger <kseeger@samba.org> | 2010-04-13 20:07:11 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2010-04-13 20:07:11 +0200 |
commit | fce533e3bed54e8b6255142f97d6b2a5ecf5f18d (patch) | |
tree | e3ec1681b7d8b9a7f46acf5431d42561dde55936 /examples | |
parent | 6389fac6db2f54d148222009b5e209cef5c6bdd7 (diff) | |
download | samba-fce533e3bed54e8b6255142f97d6b2a5ecf5f18d.tar.gz |
examples: Fix typo in comment.
Karolin
Diffstat (limited to 'examples')
-rw-r--r-- | examples/libsmbclient/teststat2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/libsmbclient/teststat2.c b/examples/libsmbclient/teststat2.c index d1cdf285014..b5e6b437c52 100644 --- a/examples/libsmbclient/teststat2.c +++ b/examples/libsmbclient/teststat2.c @@ -8,7 +8,7 @@ /* * This test is intended to ensure that the timestamps returned by * libsmbclient are the same as timestamps returned by the local system. To - * test this, we assume a working Samba environment, and and access the same + * test this, we assume a working Samba environment, and access the same * file via SMB and locally (or NFS). * */ |